Searched refs:indirectly_copyable_storable (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_unique_copy.h | 59 } else if constexpr (indirectly_copyable_storable<_InIter, _OutIter>) { in __get_algo_tag() 75 indirectly_copyable_storable<_InIter, _OutIter>) 94 indirectly_copyable_storable<iterator_t<_Range>, _OutIter>)
|
H A D | ranges_min.h | 64 requires indirectly_copyable_storable<iterator_t<_Rp>, range_value_t<_Rp>*>
|
H A D | ranges_max.h | 67 requires indirectly_copyable_storable<iterator_t<_Rp>, range_value_t<_Rp>*>
|
H A D | ranges_minmax.h | 79 requires indirectly_copyable_storable<iterator_t<_Range>, range_value_t<_Range>*>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | iterator.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | concepts.h | 235 concept indirectly_copyable_storable = variable
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 140 requires indirectly_copyable_storable<iterator_t<R>, range_value_t<R>*> 154 requires indirectly_copyable_storable<iterator_t<R>, range_value_t<R>*> 228 requires indirectly_copyable_storable<iterator_t<R>, range_value_t<R>*> 1045 indirectly_copyable_storable<I, O>) 1054 indirectly_copyable_storable<iterator_t<R>, O>)
|
H A D | iterator | 144 concept indirectly_copyable_storable = see below; // since C++20
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1521 SYMBOL(indirectly_copyable_storable, std::, <iterator>)
|