Lines Matching refs:borrowed_subrange_t
112 …constexpr borrowed_subrange_t<R> find_last(R&& r, const T& value, Proj proj = {}); …
120 …constexpr borrowed_subrange_t<R> find_last_if(R&& r, Pred pred, Proj proj = {}); …
128 …constexpr borrowed_subrange_t<R> find_last_if_not(R&& r, Pred pred, Proj proj = {}); …
621 constexpr borrowed_subrange_t<R>
632 …borrowed_subrange_t<R> stable_partition(R&& r, Pred pred, Proj proj = {}); // since C…
776 constexpr borrowed_subrange_t<R>
786 constexpr borrowed_subrange_t<R>
844 …constexpr borrowed_subrange_t<R> rotate(R&& r, iterator_t<R> middle); //…
907 constexpr borrowed_subrange_t<R1>
921 constexpr borrowed_subrange_t<R>
952 constexpr borrowed_subrange_t<R1>
984 constexpr borrowed_subrange_t<R>
1037 constexpr borrowed_subrange_t<R>