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