basic_ostringstream Members
The following tables list the members of the basic_ostringstream Class. For a list of members inherited by the basic_ostringstream class, see basic_ostream Members.
Reference
Constructors
Constructs an object of type basic_ostringstream. |
Typedefs
The type is a synonym for the template parameter Alloc. |
Member Functions
Returns the address of the stored stream buffer of type pointer to basic_stringbuf<Elem, Tr, Alloc>. |
|
Sets or gets the text in a string buffer without changing the write position. |
See Also
Reference
Thread Safety in the Standard C++ Library