NVIDIA Holoscan SDK v3.6.0

Template Struct codec< std::unordered_map< KeyType, ValueType > >

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)

Previous Template Struct codec< std::string >
Next Template Struct codec< std::vector< bool > >
© Copyright 2022-2025, NVIDIA. Last updated on Sep 4, 2025.