Template Struct codec< std::shared_ptr< typeT > >

Holoscan v2.1.0
template<typename typeT>
struct codec<std::shared_ptr<typeT>>

Public Static Functions

static inline expected<size_t, RuntimeError> serialize(std::shared_ptr<typeT> value, Endpoint *endpoint)

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

Previous Template Struct codec< std::array< typeT, N > >
Next Template Struct codec< std::string >
© Copyright 2022-2024, NVIDIA. Last updated on Jun 17, 2024.