libzeep

PrevUpHomeNext

Struct template has_serialize

zeep::has_serialize

Synopsis

// In header: <zeep/type-traits.hpp>

template<typename T, typename Archive, typename  = void> 
struct has_serialize : public false_type {
};

PrevUpHomeNext