Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::actions::reverse_fn Struct Reference

Reversed the source range in-place. More...

#include <range/v3/action/reverse.hpp>

Public Member Functions

template<typename Rng >
requires bidirectional_range<Rng> && permutable<iterator_t<Rng>>
Rng operator() (Rng &&rng) const
 

Detailed Description

Reversed the source range in-place.