Home
last modified time | relevance | path

Searched refs:is_move_assignable (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_assignable.h42 struct _LIBCPP_TEMPLATE_VIS is_move_assignable struct
47 inline constexpr bool is_move_assignable_v = is_move_assignable<_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>:…
H A Dpair.h272 …operator=(__conditional_t<!__has_defaulted_members::value && is_move_assignable<first_type>::value…
273 is_move_assignable<second_type>::value,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h88 struct is_move_assignable {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits115 template <class T> struct is_move_assignable;
333 = is_move_assignable<T>::value; // C++17
H A Doptional557 (is_move_constructible<_Tp>::value && is_move_assignable<_Tp>::value) >;
H A Dvariant459 …{__move_constructible_trait, __trait<_Types, is_trivially_move_assignable, is_move_assignable>...}…
H A Dtuple860 operator=(_If<_And<is_move_assignable<_Tp>...>::value, tuple, __nat>&& __tuple)
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1686 SYMBOL(is_move_assignable, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc748 OLD_FILES+=usr/include/c++/v1/__type_traits/is_move_assignable.h