Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::basic_...ream::rdbuf(3)  C++ Standard Libary std::basic_...ream::rdbuf(3)

NAME
       std::basic_stringstream::rdbuf -	std::basic_stringstream::rdbuf

Synopsis
	  std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;

	  Returns pointer to the underlying raw	string device object.

Parameters
	  (none)

Return value
	  Pointer to the underlying raw	string device.

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	  std::basic_...ream::rdbuf(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::wstringstream::rdbuf&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help