BitStream
|
#include "../utility/assert.h"
#include "../utility/bits.h"
#include "../utility/meta.h"
#include "../utility/parameter.h"
#include "../stream/serialize_traits.h"
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
struct | bitstream::serialize_traits< const char * > |
A trait used to serialize bounded c-style strings. More... | |
struct | bitstream::serialize_traits< bounded_string< const char *, MaxSize > > |
A trait used to serialize bounded c-style strings with compiletime bounds. More... | |
struct | bitstream::serialize_traits< std::basic_string< T, Traits, Alloc > > |
A trait used to serialize any combination of std::basic_string. More... | |
struct | bitstream::serialize_traits< bounded_string< std::basic_string< T, Traits, Alloc >, MaxSize > > |
A trait used to serialize any combination of std::basic_string with compiletime bounds. More... | |
Namespaces | |
bitstream | |