Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::reverse_view< reverse_view< Rng > > Struct Template Reference
+ Inheritance diagram for ranges::v3::reverse_view< reverse_view< Rng > >:

Public Member Functions

constexpr reverse_view (reverse_view< Rng > const &rng)
 
- Public Member Functions inherited from ranges::v3::identity_adaptor< Rng >
Rng & base () noexcept
 
constexpr Rng const & base () const noexcept
 
constexpr identity_adaptor (Rng const &rng)
 
constexpr identity_adaptor (Rng &&rng)