Namespaces
Variants
Views
Actions

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) [edit]
Unformatted output
inserts a character
(public member function) [edit]
inserts blocks of characters
(public member function) [edit]
Positioning
returns the output position indicator
(public member function) [edit]
sets the output position indicator
(public member function) [edit]
Miscellaneous
synchronizes with the underlying storage device
(public member function) [edit]

Member classes

implements basic logic for preparation of the stream for output operations
(public member class) [edit]