BitStream
|
A byte buffer aligned to 4 bytes. Can be used with bit_reader and bit_writer. More...
#include <byte_buffer.h>
Public Member Functions | |
uint8_t & | operator[] (size_t i) noexcept |
Public Attributes | |
uint8_t | Bytes [Size] |
A byte buffer aligned to 4 bytes. Can be used with bit_reader and bit_writer.
|
inlinenoexcept |
uint8_t bitstream::byte_buffer< Size >::Bytes[Size] |