Template:cpp/io/basic ostream/inherit
From cppreference.com
Contents |
Inherited from std::basic_ostream
Member functions
Formatted output | |
inserts formatted data (public member function) | |
Unformatted output | |
inserts a character (public member function) | |
inserts blocks of characters (public member function) | |
Positioning | |
returns the output position indicator (public member function) | |
sets the output position indicator (public member function) | |
Miscellaneous | |
synchronizes with the underlying storage device (public member function) |
Member classes
implements basic logic for preparation of the stream for output operations (public member class) |