Searched refs:is_copy_assignable (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_assignable.h | 32 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 D | sort_heap.h | 48 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in sort_heap()
|
H A D | pop_heap.h | 65 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in pop_heap()
|
H A D | push_heap.h | 69 …static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assig… in push_heap()
|
H A D | partial_sort.h | 76 …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 D | type_traits.h | 80 struct is_copy_assignable {
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | pair.h | 261 …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 D | type_traits | 114 template <class T> struct is_copy_assignable; 331 = is_copy_assignable<T>::value; // C++17
|
H A D | tuple | 836 operator=(_If<_And<is_copy_assignable<_Tp>...>::value, tuple, __nat> const& __tuple) 844 requires(_And<is_copy_assignable<const _Tp>...>::value)
|
H A D | optional | 556 __sfinae_assign_base< (is_copy_constructible<_Tp>::value && is_copy_assignable<_Tp>::value),
|
H A D | variant | 456 …{__copy_constructible_trait, __trait<_Types, is_trivially_copy_assignable, is_copy_assignable>...}…
|
H A D | module.modulemap | 1949 …_is_copy_assignable [system] { header "__type_traits/is_copy_assignable.h" }
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1635 SYMBOL(is_copy_assignable, std::, <type_traits>)
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 745 OLD_FILES+=usr/include/c++/v1/__type_traits/is_copy_assignable.h
|