Searched refs:is_trivially_default_constructible (Results 1 – 11 of 11) sorted by relevance
62 struct is_trivially_default_constructible64 + : std::is_trivially_default_constructible<T> {73 @@ -381,10 +389,14 @@ struct is_trivially_default_constructible
50 using ::boost::move_detail::is_trivially_default_constructible;
96 …) (__has_nothrow_constructor(T) || ::boost::move_detail::is_trivially_default_constructible<T>::…811 struct is_trivially_default_constructible struct
763 is_trivially_default_constructible<_ValueType>::value>:: in _GLIBCXX_VISIBILITY()777 is_trivially_default_constructible<_ValueType>::value>:: in _GLIBCXX_VISIBILITY()
154 is_trivially_default_constructible<_Tp>::value;
118 template <class T> struct is_trivially_default_constructible;329 = is_trivially_default_constructible<T>::value; // C++173571 // is_trivially_default_constructible3573 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_default_constructible3580 = is_trivially_default_constructible<_Tp>::value;4097 : public integral_constant<bool, is_trivially_default_constructible<_Tp>::value &&4168 is_trivially_default_constructible<_Tp>::value>
1189 /// is_trivially_default_constructible1191 struct is_trivially_default_constructible3128 is_trivially_default_constructible<_Tp>::value;