mdds
|
#include <trie_map.hpp>
Additional Inherited Members | |
![]() | |
static void | write (std::ostream &os, const T &v) |
static void | read (std::istream &is, size_t n, T &v) |
![]() | |
static constexpr bool | variable_size = false |
static constexpr size_t | value_size = sizeof(T) |
Default value serializer for mdds::packed_trie_map's load_state and save_state methods. The primary template is used for numeric value types, and template specializations exist for std::string, as well as sequence containers, such as std::vector, whose elements are of numeric types.