C++ Complementary Library
The type of the wrapped output resource.
Constructs a text output stream from the given output resource and with the given encoding form, endianness and flush strategy. The text output stream will hold a non-owning reference to the resource, which is expected to stay valid when using the text output stream.
The output resource to write to.
The encoding form that the text is going to be in.
The endianness that the text is going to be in.
The flush strategy to use.
Returns the encoding form associated with this text output stream.
Sets the encoding form associated with this text output stream.
The new encoding form to use with this text output stream.
Writes a BOM (byte order mark) for the current endianness in the current encoding form.
Copyright © 2022-2025 Daniel T. McGinnis