C++ Complementary Library
The type of the wrapped output resource.
Constructs a data output stream from the given output resource and with the given endianness. The data output stream will hold a non-owning reference to the resource, which is expected to stay valid when using the data output stream.
The output resource to write to.
The endianness that the data is going to be in.
Copyright © 2022-2025 Daniel T. McGinnis