Searched refs:copy_constructible (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_transform.h | 90 copy_constructible _Func, 98 …template <input_range _Range, weakly_incrementable _OutIter, copy_constructible _Func, class _Proj… 110 copy_constructible _Func, 138 copy_constructible _Func,
|
| H A D | ranges_generate.h | 47 …template <input_or_output_iterator _OutIter, sentinel_for<_OutIter> _Sent, copy_constructible _Fun… 53 template <class _Range, copy_constructible _Func>
|
| H A D | ranges_generate_n.h | 39 template <input_or_output_iterator _OutIter, copy_constructible _Func>
|
| H A D | fold.h | 75 copy_constructible<_Fp> && //
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | concepts.h | 179 indirectly_readable<_It> && copy_constructible<_Fp> && invocable<_Fp&, iter_value_t<_It>&> && 185 …indirectly_readable<_It> && copy_constructible<_Fp> && regular_invocable<_Fp&, iter_value_t<_It>&>… 191 indirectly_readable<_It> && copy_constructible<_Fp> && predicate<_Fp&, iter_value_t<_It>&> && 196 indirectly_readable<_It1> && indirectly_readable<_It2> && copy_constructible<_Fp> && 205 indirectly_readable<_It1> && indirectly_readable<_It2> && copy_constructible<_Fp> && 214 indirectly_readable<_It1> && indirectly_readable<_It2> && copy_constructible<_Fp> &&
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | movable_box.h | 51 copy_constructible<_Tp> 78 requires copy_constructible<_Tp> in noexcept() 130 (copy_constructible<_Tp> 149 concept __can_use_no_unique_address = (copy_constructible<_Tp> ? copyable<_Tp> : movable<_Tp>);
|
| H A D | single_view.h | 40 template <copy_constructible _Tp> 53 requires copy_constructible<_Tp> in single_view()
|
| H A D | transform_view.h | 70 template <input_range _View, copy_constructible _Fn> 91 requires copy_constructible<_View> in base() 172 template <input_range _View, copy_constructible _Fn> 341 template <input_range _View, copy_constructible _Fn>
|
| H A D | as_rvalue_view.h | 52 requires copy_constructible<_View> in base()
|
| H A D | drop_while_view.h | 61 requires copy_constructible<_View> in base()
|
| H A D | common_view.h | 54 requires copy_constructible<_View> in base()
|
| H A D | take_while_view.h | 65 requires copy_constructible<_View> in base()
|
| H A D | reverse_view.h | 62 requires copy_constructible<_View> in base()
|
| H A D | chunk_by_view.h | 104 requires copy_constructible<_View> in base()
|
| H A D | split_view.h | 92 requires copy_constructible<_View> in base()
|
| H A D | repeat_view.h | 85 requires copy_constructible<_Tp>
|
| H A D | filter_view.h | 80 requires copy_constructible<_Vp> in base()
|
| H A D | drop_view.h | 84 requires copy_constructible<_View> in base()
|
| H A D | take_view.h | 80 requires copy_constructible<_View> in base()
|
| H A D | lazy_split_view.h | 98 requires copy_constructible<_View> in base()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | concepts.inc | 59 // [concept.copyconstructible], concept copy_constructible 60 using std::copy_constructible;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | copyable.h | 30 copy_constructible<_Tp> &&
|
| H A D | constructible.h | 44 concept copy_constructible = variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 78 // [concept.copyconstructible], concept copy_constructible 80 concept copy_constructible = see below;
|
| H A D | ranges | 215 template<input_range V, copy_constructible F> 254 template<copy_constructible T>
|
12