table of contents
std::istrstream::str(3) | C++ Standard Libary | std::istrstream::str(3) |
NAME¶
std::istrstream::str - std::istrstream::str
Synopsis¶
char* str(); (deprecated in C++98)
(removed in C++26)
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::strstreambuf or a null
pointer if no buffer is available.
Example¶
This section is incomplete
Reason: no example
Category:¶
* Todo no example
2024.06.10 | http://cppreference.com |