VCCC  2024.05
VisualCamp Common C++ library
all.hpp File Reference

Go to the source code of this file.

Classes

class  all_adaptor_closure
 
struct  all_t_impl< R, bool >
 
struct  all_t_impl< R, false >
 

Namespaces

 vccc
 
 vccc::ranges
 
 vccc::ranges::views
 
 vccc::ranges::views::detail
 
 vccc::ranges::views::niebloid
 

Typedefs

template<typename R >
using all_t = typename detail::all_t_impl< R >::type
 Calculates the suitable view type of a viewable_range type. More...
 

Variables

constexpr VCCC_INLINE_OR_STATIC detail::all_adaptor_closure all {}
 a view that includes all elements of a range More...