NVIDIA Holoscan SDK v0.6
Holoscan v0.6

Template Struct codec< std::vector< std::string > >

template<>
struct codec<std::vector<std::string>>

Public Static Functions

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

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

© Copyright 2022-2023, NVIDIA. Last updated on Feb 9, 2024.