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

Classes

struct  ranges::const_view< Rng >
 
struct  ranges::views::const_fn
 

Functions

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

Variables

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