mdds
|
#include <trie_map.hpp>
Public Types | |
using | element_serializer = numeric_value_serializer< typename T::value_type > |
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 = true |
Serializer for standard sequence container whose value type is of numeric value type.