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