Template Struct codec< std::string >

template<>
struct codec<std::string>

Public Static Functions

static inline expected<size_t, RuntimeError> serialize(const std::string &value, Endpoint *endpoint)

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

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