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

Classes

struct  ranges::indirect_view< Rng >
 
struct  ranges::views::indirect_fn
 

Functions

template<typename Rng >
 ranges::indirect_view (Rng &&) -> indirect_view< views::all_t< Rng >>
 

Variables

template<typename Rng >
constexpr bool ranges::enable_borrowed_range< indirect_view< Rng > >