Template Struct codec< std::string >

template<>
struct codec<std::string>

Public Static Functions

static inline expected<size_t, RuntimeError> serialize(const std::string &value, Endpoint *endpoint)

static inline expected<std::string, RuntimeError> deserialize(Endpoint *endpoint)

Previous Template Struct codec< std::shared_ptr< typeT > >
Next Template Struct codec< std::vector< bool > >
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.