BitStream
bit_reader.h File Reference
#include "../utility/assert.h"
#include "../utility/crc.h"
#include "../utility/endian.h"
#include "../utility/meta.h"
#include "byte_buffer.h"
#include "serialize_traits.h"
#include "stream_traits.h"
#include <cstdint>
#include <cstring>
#include <string>
#include <type_traits>

Go to the source code of this file.

Classes

class  bitstream::bit_reader< Policy >
 A stream for reading objects from a tightly packed buffer. More...
 

Namespaces

 bitstream
 

Typedefs

using bitstream::fixed_bit_reader = bit_reader< fixed_policy >