Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::all_fn Struct Reference
+ Inheritance diagram for ranges::views::all_fn:

Public Member Functions

template<typename T >
constexpr ref_view< T > operator() (std::reference_wrapper< T > r) const
 
template<typename T >
requires range<T &> && viewable_range<T>
constexpr auto operator() (T &&t) const
 

Related Functions

(Note that these are not member functions.)

constexpr view_closure< all_fnall {}