Searched refs:trait_trivial_copy (Results 1 – 2 of 2) sorted by relevance
36 template <typename T> struct trait_trivial_copy { enum { value = false }; }; struct51 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,79 template<> struct trait_trivial_copy< T > { enum { value = true }; };256 struct trait_trivial_copy< key_value_pair_t<K, V> >
50 struct trait_trivial_copy<uirenderer::Pair<F, S> > {