Template Struct codec< std::unordered_map< KeyType, ValueType > >
Defined in File codecs.hpp
-
template<typename KeyType, typename ValueType>
struct codec<std::unordered_map<KeyType, ValueType>> -
Public Static Functions
-
static inline expected<size_t, RuntimeError> serialize(const std::unordered_map<KeyType, ValueType> &value, Endpoint *endpoint)
-
static inline expected<std::unordered_map<KeyType, ValueType>, RuntimeError> deserialize(Endpoint *endpoint)
-
static inline expected<size_t, RuntimeError> serialize(const std::unordered_map<KeyType, ValueType> &value, Endpoint *endpoint)