BitStream
|
#include "../utility/assert.h"
#include "../utility/crc.h"
#include "../utility/meta.h"
#include "../utility/parameter.h"
#include "../stream/serialize_traits.h"
Go to the source code of this file.
Classes | |
struct | bitstream::serialize_traits< checksum< Version > > |
A trait used to serialize a checksum of the Version and the rest of the buffer as the first 32 bits. This should be called both first and last when reading and writing to a buffer. More... | |
Namespaces | |
namespace | bitstream |