Go to the source code of this file.
|
| ranges::template (typename I, typename S)(requires bidirectional_iterator< I > AND sentinel_for< S |
| function template reverse More...
|
|
I AND constexpr permutable< I > I RANGES_FUNC() | ranges::reverse (I first, S end_) |
|
| ranges::template (typename Rng, typename I=iterator_t< Rng >)(requires bidirectional_range< Rng > AND permutable< I >) const expr borrowed_iterator_t< Rng > RANGES_FUNC(reverse)(Rng &&rng) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|