Searched refs:is_trivially_move_constructible (Results 1 – 15 of 15) sorted by relevance
76 struct is_trivially_move_constructible78 + : std::is_trivially_move_constructible<T> {
52 using ::boost::move_detail::is_trivially_move_constructible;
160 is_trivially_move_constructible<_Tp>::value;
829 struct is_trivially_move_constructible struct
476 template <class _Tp, bool = is_trivially_move_constructible<_Tp>::value>540 is_trivially_move_constructible<_Tp>::value &&
120 template <class T> struct is_trivially_move_constructible;333 = is_trivially_move_constructible<T>::value; // C++173595 // is_trivially_move_constructible3597 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_move_constructible3608 = is_trivially_move_constructible<_Tp>::value;
383 is_trivially_move_constructible,
1626 is_trivially_move_constructible<_Tp>::value,1656 is_trivially_move_constructible<_DestTp>::value &&1692 is_trivially_move_constructible<_Tp>::value,
1265 /// is_trivially_move_constructible1267 struct is_trivially_move_constructible3134 is_trivially_move_constructible<_Tp>::value;