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