libzeep

PrevUpHomeNext

Struct template is_complete_type

zeep::is_complete_type

Synopsis

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

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

PrevUpHomeNext