![]() |
zeep::value_serializer<uint8_t>
// In header: <zeep/value-serializer.hpp> struct value_serializer<uint8_t> { // public static functions static constexpr const char * type_name(); static std::string to_string(uint8_t); static uint8_t from_string(const std::string &); };