C++ Complementary Library
A data input stream is an object that allows you to read binary data from an input resource.
The type of the referenced input resource.
Constructs a data input stream from the given input resource and with the given endianness. The data input stream will hold a non-owning reference to the resource, which is expected to stay valid when using the data input stream.
The input resource to read from.
The endianness that the data is expected to be in.
Copy-constructs a data_input_stream from an existing one.
The data_input_stream to copy from.
Copy-assigns a data_input_stream into this one.
The data_input_stream to copy from.
Move-constructs a data_input_stream from an existing one.
The data_input_stream to move from.
Move-assigns a data_input_stream into this one.
The data_input_stream to move from.
Copyright © 2022-2025 Daniel T. McGinnis