C++ Complementary Library
A data output stream is an object that allows you to write binary data to an output resource.
The type of the referenced 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.
Copy-constructs a data_output_stream from an existing one.
The data_output_stream to copy from.
Copy-assigns a data_output_stream into this one.
The data_output_stream to copy from.
Move-constructs a data_output_stream from an existing one.
The data_output_stream to move from.
Move-assigns a data_output_stream into this one.
The data_output_stream to move from.
Copyright © 2022-2025 Daniel T. McGinnis