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

Holoscan v0.6
template<>
struct codec<std::vector<bool>>

Public Static Functions

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

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

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