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