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

Classes

struct  ranges::common_view< Rng, bool >
 
struct  ranges::common_view< Rng, true >
 
struct  ranges::views::common_fn
 
struct  ranges::views::cpp20_common_fn
 

Functions

template<typename Rng >
 ranges::cpp20::CPP_TEMPLATE_AUX_0 (requires view_< Rng > &&(!common_range< Rng >)) using common_view
 

Variables

constexpr ranges::views::view_closure< ranges::views::cpp20_common_fnranges::cpp20::views::common {}
 
template<typename Rng , bool B>
constexpr bool ranges::enable_borrowed_range< common_view< Rng, B > >