Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::reverse_fn Struct Reference

Public Member Functions

template<typename I , typename S , requires = (BidirectionalIterator<I>() && Sentinel<S, I>() && Permutable<I>())>
operator() (I begin, S end_) const
 
template<typename Rng , typename I = iterator_t<Rng>, requires = (BidirectionalRange<Rng>() && Permutable<I>())>
safe_iterator_t< Rng > operator() (Rng &&rng) const