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

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)

Previous Template Struct codec< std::string >
Next Template Struct codec< std::vector< ops::HolovizOp::InputSpec > >
© Copyright 2022-2024, NVIDIA. Last updated on Apr 23, 2024.