Searched refs:has_trivial_default_constructor (Results 1 – 11 of 11) sorted by relevance
51 template <class T> struct has_trivial_default_constructor : public has_trivial_constructor<T> {}; struct
68 …ONSTRUCTOR(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_default_constructor, ::__…
72 boost::has_trivial_default_constructor<F>,
26 typedef ::__type_traits<char>::has_trivial_default_constructor tdc;
30 std::has_trivial_default_constructor<T>;
41 typedef boost::has_trivial_default_constructor<int> t26;
14 struct has_trivial_default_constructor : public __tof {};
96 …structor [link boost_typetraits.reference.has_trivial_constructor has_trivial_default_constructor]]384 [section:has_trivial_def_cons has_trivial_default_constructor]
1209 /// has_trivial_default_constructor (temporary legacy)1211 struct has_trivial_default_constructor
1284 void has_trivial_default_constructor() { in has_trivial_default_constructor() function