Searched refs:trait_trivial_ctor (Results 1 – 2 of 2) sorted by relevance
34 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; argument43 template<> struct trait_trivial_ctor< T > { enum { value = true }; }; \49 template<> struct trait_trivial_ctor< T > { enum { value = ctor }; }; \58 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,234 struct trait_trivial_ctor< key_value_pair_t<K, V> >
33 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; argument46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,72 template<> struct trait_trivial_ctor< T > { enum { value = true }; };249 struct trait_trivial_ctor< key_value_pair_t<K, V> >