Searched refs:copy_constructible (Results 1 – 25 of 29) sorted by relevance
12
/freebsd/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> && 204 indirectly_readable<_It1> && indirectly_readable<_It2> && copy_constructible<_Fp> && 212 indirectly_readable<_It1> && indirectly_readable<_It2> && copy_constructible<_Fp> &&
|
/freebsd/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 = identity> in operator() 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 _Func> in operator() 53 template <class _Range, copy_constructible _Func> in operator()
|
H A D | ranges_generate_n.h | 39 template <input_or_output_iterator _OutIter, copy_constructible _Func> in operator()
|
H A D | fold.h | 75 copy_constructible<_Fp> && //
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | movable_box.h | 49 copy_constructible<_Tp> 76 requires copy_constructible<_Tp> in noexcept() 128 (copy_constructible<_Tp> 147 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> 334 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>
|
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 | filter_view.h | 80 requires copy_constructible<_Vp>
|
H A D | repeat_view.h | 87 requires copy_constructible<_Tp>
|
H A D | join_view.h | 103 requires copy_constructible<_View>
|
H A D | lazy_split_view.h | 98 requires copy_constructible<_View> in base()
|
H A D | elements_view.h | 81 requires copy_constructible<_View> in base()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | concepts.cppm |
|
/freebsd/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/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 | 220 template<input_range V, copy_constructible F> 259 template<copy_constructible T>
|
12