holoscan::codec< std::vector< typeT > >

Beta
View as Markdown
template <typename typeT>
struct vector< typeT > >
#include <holoscan/codecs.hpp>

Template parameters

typeT
typename

Static methods

serialize

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

deserialize

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