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