|
template<typename I , typename S , typename C = ordered_less, typename P = ident, requires = (BidirectionalIterator<I>() && Sentinel<S, I>() && Sortable<I, C, P>())> |
bool | operator() (I begin, S end_, C pred=C{}, P proj=P{}) const |
|
template<typename Rng , typename C = ordered_less, typename P = ident, typename I = iterator_t<Rng>, requires = (BidirectionalRange<Rng>() && Sortable<I, C, P>())> |
bool | operator() (Rng &&rng, C pred=C{}, P proj=P{}) const |
|