Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_move_constructible.h20 struct is_move_constructible struct
26 is_move_constructible<T>::value;
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_constructible.h40 struct _LIBCPP_NO_SPECIALIZATIONS is_move_constructible struct
45 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_move_constructible_v = is_move_constructible<_T…
H A Dis_swappable.h45 __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_constructible.h31 struct _LIBCPP_TEMPLATE_VIS is_move_constructible struct
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h34 __enable_if_t<is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
H A Dtype_traits.inc66 using std::is_move_constructible;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h365 is_move_constructible<typename _Alloc::value_type>::value ||
H A Dshared_ptr.h292 …static const bool value = __raw_pointer_compatible_with<_Yp, _Tp>::value && is_move_constructible<…
298 _And<is_move_constructible<_Dp>, __well_formed_deleter<_Dp, nullptr_t> >;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dallocator_traits.h342 struct __is_cpp17_move_insertable : is_move_constructible<typename _Alloc::value_type> {};
H A Dshared_ptr.h375 …static const bool value = __raw_pointer_compatible_with<_Yp, _Tp>::value && is_move_constructible<…
380 using __shared_ptr_nullptr_deleter_ctor_reqs = _And<is_move_constructible<_Dp>, __well_formed_delet…
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtype_traits112 template <class T> struct is_move_constructible;
327 = is_move_constructible<T>::value; // C++17
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h448 is_copy_constructible<_Hash>::value && is_move_constructible<_Hash>::value &&
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits110 template <class T> struct is_move_constructible;
356 = is_move_constructible<T>::value; // since C++17
H A Doptional560 __sfinae_ctor_base< is_copy_constructible<_Tp>::value, is_move_constructible<_Tp>::value >;
565 (is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value) >;
H A Dvariant447 …tail::__common_trait({__trait<_Types, is_trivially_move_constructible, is_move_constructible>...});
1294 enable_if_t< __all<(__dependent_type<is_move_constructible<_Types>, _Dummy>::value &&
H A Dtuple651 __enable_if_t< _And<is_move_constructible<_Tp>...>::value, int> = 0>
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1753 std::is_move_constructible<T>>;
H A Dgmock-actions.h942 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.inc1717 SYMBOL(is_move_constructible, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc1560 OLD_FILES+=usr/include/c++/v1/__type_traits/is_move_constructible.h