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

Classes

struct  ranges::identity_adaptor< Rng >
 
struct  ranges::views::all_fn
 

Typedefs

template<typename Rng >
using ranges::views::all_t = decltype(all(std::declval< Rng >()))
 

Functions

template<typename Rng >
CPP_TEMPLATE_AUX_0 ranges::cpp20::u (requires ` viewable_range< Rng >) uuusing all_view