BitStream
|
#include "../utility/assert.h"
#include "../utility/meta.h"
#include "../utility/parameter.h"
#include "../stream/serialize_traits.h"
#include <cstdint>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | bitstream::serialize_traits< float > |
A trait used to serialize a float as-is, without any bound checking or quantization. More... | |
struct | bitstream::serialize_traits< double > |
A trait used to serialize a double as-is, without any bound checking or quantization. More... | |
Namespaces | |
bitstream | |