Template Struct codec< std::string >

Holoscan 1.0.3
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-2023, NVIDIA. Last updated on Apr 19, 2024.