zeep::xml::attribute_nvp
// In header: </build/libzeep-K5SHQh/libzeep-3.0.5/zeep/xml/serialize.hpp> template<typename T> struct attribute_nvp : public boost::serialization::nvp< 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);