holoscan::codec< std::array< typeT, N > >

Beta
View as Markdown
template <typename typeT, size_t N>
struct array< typeT, N > >
#include <holoscan/codecs.hpp>

Template parameters

typeT
typename
N
size_t

Static methods

serialize

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

deserialize

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