Searched refs:is_copy_assignable (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_copy_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_copy_assignable struct in inherits:integral_constant
32 inline constexpr bool is_copy_assignable_v = is_copy_assignable<_Tp>::value;
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort_heap.h41 static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable.");
H A Dpush_heap.h63 static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable.");
H A Dpartial_sort.h80 static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable.");
H A Dpop_heap.h58 static_assert(std::is_copy_assignable<_RandomAccessIterator>::value, "Iterators must be copy assignable.");
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A Dtype_traits.h119 struct is_copy_assignable { struct in namespace:llvm
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h28 #include <__type_traits/is_copy_assignable.h>
311 is_copy_assignable<first_type>::value &&
312 is_copy_assignable<second_type>::value,
/openbsd-current/gnu/lib/libcxx/
H A DMakefile702 __type_traits/is_copy_assignable.h \
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h24 #include <__type_traits/is_copy_assignable.h>

Completed in 91 milliseconds