![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include <utility>#include "vccc/__core/inline_or_static.hpp"#include "vccc/__ranges/owning_view.hpp"#include "vccc/__ranges/range.hpp"#include "vccc/__ranges/range_adaptor_closure.hpp"#include "vccc/__ranges/ref_view.hpp"#include "vccc/__ranges/view.hpp"#include "vccc/__ranges/viewable_range.hpp"#include "vccc/__type_traits/detail/return_category.hpp"#include "vccc/__type_traits/conjunction.hpp"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... | |