C++ Complementary Library
The type of the wrapped I/O resource.
Constructs a text I/O stream from the given I/O resource and with the given encoding form, endianness and flush strategy. The text I/O stream will hold a non-owning reference to the resource, which is expected to stay valid when using the text I/O stream.
The I/O resource to read from and write to.
The encoding form that the text is expected to be in.
The endianness that the text is expected to be in.
The flush strategy to use.
Returns a pointer to the wrapped I/O resource, enabling use of the arrow operator.
Copyright © 2022-2025 Daniel T. McGinnis