libzeep

PrevUpHomeNext

Struct value_serializer<std::string>

zeep::value_serializer<std::string>

Synopsis

// In header: <zeep/value-serializer.hpp>


struct value_serializer<std::string> {

  // public static functions
  static constexpr const char * type_name();
  static std::string to_string(const std::string &);
  static std::string from_string(const std::string &);
};

Description

value_serializer public static functions

  1. static constexpr const char * type_name();
  2. static std::string to_string(const std::string & value);
  3. static std::string from_string(const std::string & value);

PrevUpHomeNext