Searched refs:trait_trivial_ctor (Results 1 – 3 of 3) sorted by relevance
34 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; struct47 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,73 template<> struct trait_trivial_ctor< T > { enum { value = true }; };250 struct trait_trivial_ctor< key_value_pair_t<K, V> >
35 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; struct48 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,74 template<> struct trait_trivial_ctor< T > { enum { value = true }; };280 struct trait_trivial_ctor< key_value_pair_t<K, V> >
42 struct trait_trivial_ctor<uirenderer::Pair<F, S> > {