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

FreeBSD Manual Pages

  
 
  

home | help
std::istrstream::str(3)	      C++ Standard Libary      std::istrstream::str(3)

NAME
       std::istrstream::str - std::istrstream::str

Synopsis
	  char*	str();

	  Returns  the	pointer	to the beginning of the	buffer,	after freezing
       it. Effectively
	  calls	rdbuf()->str()

Parameters
	  (none)

Return value
	  Pointer  to  the  beginning  of  the	buffer	 in   the   associated
       std::strsteambuf	or a null
	  pointer if no	buffer is available.

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	       std::istrstream::str(3)

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

home | help