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