<ostream> Members
Reference
Typedefs
Creates a type from basic_ostream that is specialized on char and char_traits specialized on char. |
|
Creates a type from basic_ostream that is specialized on wchar_t and char_traits specialized on wchar_t. |
Manipulators
Terminates a line and flushes the buffer. |
|
Terminates a string. |
|
Flushes the buffer. |
|
Exchanges the values of the left basic_ostream object parameter for those of the right basic_ostream object parameter. |
Operators
Writes various types to the stream. |
Classes
The template class describes an object that controls insertion of elements and encoded objects into a stream buffer. |