Parameters
noneReturn Value
A pointer to the stringbuf object associated with the stream.Notice that for any successfully constructed istringstream object this pointer is never NULL, even if the buffer string is empty.
Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Basic template member declaration
( basic_stringstream<charT,traits,Allocator> ) |
See also
| ios::rdbuf | Get/set the associated stream buffer (public member function) |
| stringbuf | String stream buffer (class) |
