PrevUpHomeNext

Struct template attribute_nvp

zeep::xml::attribute_nvp

Synopsis

// In header: </build/libzeep-Vxo1fu/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 &);
};

Description

attribute_nvp public construct/copy/destruct

  1. explicit attribute_nvp(const char * name, T & v);
  2. attribute_nvp(const attribute_nvp & rhs);

PrevUpHomeNext