Name

ostringstream class — Output string stream

Synopsis

typedef basic_ostringstream<char> ostringstream;

The ostringstream class is a specialization of the basic_ostringstream template for char characters.