Lines Matching refs:borrowed_iterator_t

51   constexpr borrowed_iterator_t<R> min_element(R&& r, Comp comp = {}, Proj proj = {});
59 …constexpr borrowed_iterator_t<R> ranges::max_element(R&& r, Comp comp = {}, Proj proj = {}); …
73 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
81 constexpr borrowed_iterator_t<R>
90 constexpr borrowed_iterator_t<R>
99 constexpr borrowed_iterator_t<R>
145 constexpr ranges::unary_transform_result<borrowed_iterator_t<R>, O>
161 constexpr ranges::binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
214 constexpr ranges::minmax_element_result<borrowed_iterator_t<R>>
235 …constexpr ranges::copy_result<borrowed_iterator_t<R>, O> ranges::copy(R&& r, O result); // since C…
251 constexpr ranges::copy_if_result<borrowed_iterator_t<R>, O>
261 constexpr ranges::copy_backward_result<borrowed_iterator_t<R>, I>
274 constexpr ranges::for_each_result<borrowed_iterator_t<R>, Fun>
298 constexpr borrowed_iterator_t<R>
309 constexpr borrowed_iterator_t<R>
320 constexpr borrowed_iterator_t<R>
331 constexpr borrowed_iterator_t<R>
348 constexpr borrowed_iterator_t<R>
357 …constexpr borrowed_iterator_t<R> ranges::reverse(R&& r); // since C…
367 constexpr borrowed_iterator_t<R>
377 borrowed_iterator_t<R>
388 constexpr borrowed_iterator_t<R>
395 …constexpr borrowed_iterator_t<R> ranges::fill(R&& r, const T& value); // since C…
406 …constexpr borrowed_iterator_t<R> generate(R&& r, F gen); // Since C…
464 constexpr partial_sort_copy_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
482 constexpr borrowed_iterator_t<R>
493 constexpr borrowed_iterator_t<R>
503 constexpr borrowed_iterator_t<R>
513 constexpr borrowed_iterator_t<R>
558 constexpr borrowed_iterator_t<R1>
571 …constexpr borrowed_iterator_t<R> ranges::adjacent_find(R&& r, Pred pred = {}, Proj proj = {}); //…
582 constexpr borrowed_iterator_t<R>
593 constexpr borrowed_iterator_t<R>
624 constexpr ranges::move_backward_result<borrowed_iterator_t<R>, I>
634 constexpr ranges::move_result<borrowed_iterator_t<R>, O>
653 constexpr partition_copy_result<borrowed_iterator_t<R>, O1, O2>
662 constexpr borrowed_iterator_t<R>
679 constexpr merge_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
717 constexpr set_difference_result<borrowed_iterator_t<R1>, O>
736 constexpr set_intersection_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
750 constexpr ranges::reverse_copy_result<borrowed_iterator_t<R>, O>
770 constexpr ranges::rotate_copy_result<borrowed_iterator_t<R>, O>
793borrowed_iterator_t<R> shuffle(R&& r, Gen&& g); // …
868 constexpr set_symmetric_difference_result<borrowed_iterator_t<R1>,
869 borrowed_iterator_t<R2>, O>
898 constexpr set_union_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
923 borrowed_iterator_t<R>
952 constexpr unique_copy_result<borrowed_iterator_t<R>, O>
968 constexpr remove_copy_result<borrowed_iterator_t<R>, O>
983 constexpr remove_copy_if_result<borrowed_iterator_t<R>, O>
1002 constexpr replace_copy_result<borrowed_iterator_t<R>, O>
1019 constexpr replace_copy_if_result<borrowed_iterator_t<R>, O>
1035 constexpr ranges::prev_permutation_result<borrowed_iterator_t<R>>
1050 constexpr ranges::next_permutation_result<borrowed_iterator_t<R>>
1246 constexpr ranges::swap_ranges_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>