![]() |
zeep::xml::attribute_nvp
// In header: <zeep/xml/serialize.hpp> template<typename T> struct attribute_nvp : public zeep::name_value_pair< T > { // construct/copy/destruct explicit attribute_nvp(const char *, T &); attribute_nvp(const attribute_nvp &); };
attribute_nvp
public
construct/copy/destructexplicit attribute_nvp(const char * name, T & v);
attribute_nvp(const attribute_nvp & rhs);