Template Struct codec< std::string >

Holoscan v2.1.0
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 Jun 17, 2024.