holoscan::codec< std::unordered_map< KeyType, ValueType > >

Beta
View as Markdown
template <typename KeyType, typename ValueType>
struct unordered_map< KeyType, ValueType > >
#include <holoscan/codecs.hpp>

Template parameters

KeyType
typename
ValueType
typename

Static methods

serialize

static expected<size_t, RuntimeError> holoscan::codec<std::unordered_map<KeyType, ValueType>>::serialize(
const std::unordered_map<KeyType, ValueType> &value,
Endpoint *endpoint
)

deserialize

static expected<std::unordered_map<KeyType, ValueType>, RuntimeError> holoscan::codec<std::unordered_map<KeyType, ValueType>>::deserialize(
Endpoint *endpoint
)