Horizon
Public Member Functions | Related Functions | List of all members
ranges::views::all_fn Struct Reference

Public Member Functions

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

Related Functions

(Note that these are not member functions.)

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

The documentation for this struct was generated from the following file: