Searched refs:is_trivially_copy_constructible (Results 1 – 18 of 18) sorted by relevance
51 using ::boost::move_detail::is_trivially_copy_constructible;
149 …, container_detail::is_trivially_copy_constructible< typename ::boost::container::iterator_traits<…
97 …(T) (__has_nothrow_copy(T) || ::boost::move_detail::is_trivially_copy_constructible<T>::v…818 struct is_trivially_copy_constructible struct
157 is_trivially_copy_constructible<_Tp>::value;
448 template <class _Tp, bool = is_trivially_copy_constructible<_Tp>::value>508 is_trivially_copy_constructible<_Tp>::value &&
119 template <class T> struct is_trivially_copy_constructible;331 = is_trivially_copy_constructible<T>::value; // C++173583 // is_trivially_copy_constructible3585 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_copy_constructible3592 = is_trivially_copy_constructible<_Tp>::value;3601 : public is_trivially_copy_constructible<_Tp>4098 is_trivially_copy_constructible<_Tp>::value &&
378 is_trivially_copy_constructible,
1876 _VSTD::is_trivially_copy_constructible<_Fun>::value &&
3820 const difference_type __limit = is_trivially_copy_constructible<value_type>::value &&
1242 /// is_trivially_copy_constructible1244 struct is_trivially_copy_constructible3131 is_trivially_copy_constructible<_Tp>::value;
310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value;