| Functions | |
| template<typename I , typename S , typename C  = equal_to, typename P  = identity> requires forward_iterator<I> && sentinel_for<S, I> && indirect_relation<C, projected<I, P>> | |
| constexpr I | ranges::adjacent_find (I first, S last, C pred=C{}, P proj=P{}) | 
| function template adjacent_findMore... | |
| template<typename Rng , typename C  = equal_to, typename P  = identity> requires forward_range<Rng> && indirect_relation<C, projected<iterator_t<Rng>, P>> | |
| constexpr borrowed_iterator_t< Rng > | ranges::adjacent_find (Rng &&rng, C pred=C{}, P proj=P{}) | 
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |