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)

© Copyright 2022-2023, NVIDIA. Last updated on Sep 13, 2023.