Reversed the source range in-place.
Synopsis of methods | |
constexpr action< reverse_fn > | reverse {} |
Public Types | |
template<typename Rng > | |
using | Reversible = concepts::models< Reversible_, Rng > |
Public Member Functions | |
template<typename Rng , requires = (Reversible<Rng>())> | |
Rng | operator() (Rng &&rng) const |