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