Home
last modified time | relevance | path

Searched refs:is_copy_assignable (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_assignable.h32 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct
38 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort_heap.h48 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in sort_heap()
H A Dpop_heap.h65 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in pop_heap()
H A Dpush_heap.h69 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in push_heap()
H A Dpartial_sort.h76 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in partial_sort()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dtype_traits.h80 struct is_copy_assignable {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h261 …operator=(__conditional_t<!__has_defaulted_members::value && is_copy_assignable<first_type>::value…
262 is_copy_assignable<second_type>::value,
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits114 template <class T> struct is_copy_assignable;
331 = is_copy_assignable<T>::value; // C++17
H A Dtuple836 operator=(_If<_And<is_copy_assignable<_Tp>...>::value, tuple, __nat> const& __tuple)
844 requires(_And<is_copy_assignable<const _Tp>...>::value)
H A Doptional556 __sfinae_assign_base< (is_copy_constructible<_Tp>::value && is_copy_assignable<_Tp>::value),
H A Dvariant456 …{__copy_constructible_trait, __trait<_Types, is_trivially_copy_assignable, is_copy_assignable>...}…
H A Dmodule.modulemap1949 …_is_copy_assignable [system] { header "__type_traits/is_copy_assignable.h" }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1635 SYMBOL(is_copy_assignable, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc745 OLD_FILES+=usr/include/c++/v1/__type_traits/is_copy_assignable.h