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

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

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

+ Inheritance diagram for ranges::actions::reverse_fn:

Public Member Functions

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

Related Functions

(Note that these are not member functions.)

constexpr action_closure< reverse_fnreverse {}
 

Detailed Description

Reversed the source range in-place.

Friends And Related Function Documentation

◆ reverse

constexpr action_closure<reverse_fn> reverse {}
related
See also
action_closure