Searched refs:is_move_constructible (Results 1 – 16 of 16) sorted by relevance
41 struct _LIBCPP_TEMPLATE_VIS is_move_constructible struct46 inline constexpr bool is_move_constructible_v = is_move_constructible<_Tp>::value;
43 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:…
33 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:…
112 template <class T> struct is_move_constructible;327 = is_move_constructible<T>::value; // C++17
552 __sfinae_ctor_base< is_copy_constructible<_Tp>::value, is_move_constructible<_Tp>::value >;557 (is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value) >;
453 …tail::__common_trait({__trait<_Types, is_trivially_move_constructible, is_move_constructible>...});1304 enable_if_t< __all<(__dependent_type<is_move_constructible<_Types>, _Dummy>::value &&
648 __enable_if_t< _And<is_move_constructible<_Tp>...>::value, int> = 0>
395 struct __is_cpp17_move_insertable : is_move_constructible<typename _Alloc::value_type> {};
402 …static const bool value = __raw_pointer_compatible_with<_Yp, _Tp>::value && is_move_constructible<…407 using __shared_ptr_nullptr_deleter_ctor_reqs = _And<is_move_constructible<_Dp>, __well_formed_delet…
519 is_copy_constructible<_Hash>::value && is_move_constructible<_Hash>::value &&
1753 std::is_move_constructible<T>>;
938 std::is_move_constructible<U>>::value>::type>
1688 SYMBOL(is_move_constructible, std::, <type_traits>)
749 OLD_FILES+=usr/include/c++/v1/__type_traits/is_move_constructible.h