Lines Matching refs:borrowed_iterator_t

54   constexpr borrowed_iterator_t<R> min_element(R&& r, Comp comp = {}, Proj proj = {});
62 …constexpr borrowed_iterator_t<R> ranges::max_element(R&& r, Comp comp = {}, Proj proj = {}); …
76 constexpr mismatch_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
84 constexpr borrowed_iterator_t<R>
93 constexpr borrowed_iterator_t<R>
102 constexpr borrowed_iterator_t<R>
148 constexpr ranges::unary_transform_result<borrowed_iterator_t<R>, O>
164 constexpr ranges::binary_transform_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
217 constexpr ranges::minmax_element_result<borrowed_iterator_t<R>>
246 …constexpr ranges::copy_result<borrowed_iterator_t<R>, O> ranges::copy(R&& r, O result); // since C…
262 constexpr ranges::copy_if_result<borrowed_iterator_t<R>, O>
272 constexpr ranges::copy_backward_result<borrowed_iterator_t<R>, I>
285 constexpr ranges::for_each_result<borrowed_iterator_t<R>, Fun>
309 constexpr borrowed_iterator_t<R>
320 constexpr borrowed_iterator_t<R>
331 constexpr borrowed_iterator_t<R>
342 constexpr borrowed_iterator_t<R>
359 constexpr borrowed_iterator_t<R>
368 …constexpr borrowed_iterator_t<R> ranges::reverse(R&& r); // since C…
378 constexpr borrowed_iterator_t<R>
388 borrowed_iterator_t<R>
399 constexpr borrowed_iterator_t<R>
406 …constexpr borrowed_iterator_t<R> ranges::fill(R&& r, const T& value); // since C…
422 …constexpr borrowed_iterator_t<R> generate(R&& r, F gen); // since C…
512 constexpr partial_sort_copy_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>
530 constexpr borrowed_iterator_t<R>
541 constexpr borrowed_iterator_t<R>
551 constexpr borrowed_iterator_t<R>
561 constexpr borrowed_iterator_t<R>
606 constexpr borrowed_iterator_t<R1>
619 …constexpr borrowed_iterator_t<R> ranges::adjacent_find(R&& r, Pred pred = {}, Proj proj = {}); //…
630 constexpr borrowed_iterator_t<R>
641 constexpr borrowed_iterator_t<R>
672 constexpr ranges::move_backward_result<borrowed_iterator_t<R>, I>
682 constexpr ranges::move_result<borrowed_iterator_t<R>, O>
701 constexpr partition_copy_result<borrowed_iterator_t<R>, O1, O2>
710 constexpr borrowed_iterator_t<R>
727 constexpr merge_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
765 constexpr set_difference_result<borrowed_iterator_t<R1>, O>
784 constexpr set_intersection_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
798 constexpr ranges::reverse_copy_result<borrowed_iterator_t<R>, O>
818 constexpr ranges::rotate_copy_result<borrowed_iterator_t<R>, O>
841borrowed_iterator_t<R> shuffle(R&& r, Gen&& g); //…
933 constexpr set_symmetric_difference_result<borrowed_iterator_t<R1>,
934 borrowed_iterator_t<R2>, O>
963 constexpr set_union_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>, O>
988 borrowed_iterator_t<R>
1017 constexpr unique_copy_result<borrowed_iterator_t<R>, O>
1033 constexpr remove_copy_result<borrowed_iterator_t<R>, O>
1048 constexpr remove_copy_if_result<borrowed_iterator_t<R>, O>
1067 constexpr replace_copy_result<borrowed_iterator_t<R>, O>
1084 constexpr replace_copy_if_result<borrowed_iterator_t<R>, O>
1100 constexpr ranges::prev_permutation_result<borrowed_iterator_t<R>>
1115 constexpr ranges::next_permutation_result<borrowed_iterator_t<R>>
1311 constexpr ranges::swap_ranges_result<borrowed_iterator_t<R1>, borrowed_iterator_t<R2>>