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

template<typename typeT>
struct codec<std::vector<typeT>>

Public Static Functions

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

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

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