Range-v3
Range algorithms, views, and actions for the Standard Library
reverse.hpp File Reference

Functions

template<typename I , typename S >
CPP_TEMPLATE_AUX_0 ranges::c (requires bidirectional_iterator< I > &&sentinel_for< S, I > &&permutable< I >) ccconstexpr I reverse(I first
 function template reverse
 
template<typename Rng , typename I = iterator_t<Rng>>
CPP_TEMPLATE_AUX_0 ranges::c (requires bidirectional_range< Rng > &&permutable< I >) ccconstexpr borrowed_iterator_t< Rng > 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.