Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
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>()))
 
template<typename Rng >
using ranges::cpp20::all_view
 

Typedef Documentation

◆ all_view

template<typename Rng >
using ranges::cpp20::all_view
Initial value:
ranges::views::all_t<Rng>