Home
last modified time | relevance | path

Searched refs:is_move_constructible (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_constructible.h41 struct _LIBCPP_TEMPLATE_VIS is_move_constructible struct
46 inline constexpr bool is_move_constructible_v = is_move_constructible<_Tp>::value;
H A Dis_swappable.h43 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:…
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h33 using __swap_result_t = __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>:…
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits112 template <class T> struct is_move_constructible;
327 = is_move_constructible<T>::value; // C++17
H A Doptional552 __sfinae_ctor_base< is_copy_constructible<_Tp>::value, is_move_constructible<_Tp>::value >;
557 (is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value) >;
H A Dvariant453 …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 &&
H A Dtuple648 __enable_if_t< _And<is_move_constructible<_Tp>...>::value, int> = 0>
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h395 struct __is_cpp17_move_insertable : is_move_constructible<typename _Alloc::value_type> {};
H A Dshared_ptr.h402 …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…
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h519 is_copy_constructible<_Hash>::value && is_move_constructible<_Hash>::value &&
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1753 std::is_move_constructible<T>>;
H A Dgmock-actions.h938 std::is_move_constructible<U>>::value>::type>
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1688 SYMBOL(is_move_constructible, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc749 OLD_FILES+=usr/include/c++/v1/__type_traits/is_move_constructible.h