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