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 16 17 18 19 20 21 22 |
|
This is an elaborate way to print out a string by using the string stream buffer members.
Basic template member declaration
( basic_istringstream<charT,traits,Allocator> ) |
See also
| ios::rdbuf | Get/set the associated stream buffer (public member function) |
| stringbuf | String stream buffer (class) |
