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