|
mdds
|
#include <trie_map.hpp>
Static Public Member Functions | |
| static void | write (std::ostream &os, const T &v) |
| static void | read (std::istream &is, size_t n, T &v) |
Static Public Attributes | |
| static constexpr bool | variable_size = false |
| static constexpr size_t | value_size = sizeof(T) |
Serializer for numeric data types.