class

std::stringstream

<sstream>
Input/output string stream class
stringstream

stringstream provides an interface to manipulate strings as if they were input/output streams.

The objects of this class maintain internally a pointer to a stringbuf object that can be obtained/modified by calling member rdbuf. This streambuf-derived object controls a sequence of characters (string) that can be obtained/modified by calling member str.

Public members


Members inherited from istream


Members inherited from ostream


Member functions inherited from ios


Member functions inherited from ios_base