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

Classes

struct  ranges::v3::view::all_fn
 

Typedefs

template<typename Rng >
using ranges::v3::view::all_t = meta::_t< std::decay< decltype(all(std::declval< Rng >()))> >