![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <cstddef>
#include <type_traits>
#include "vccc/__concepts/derived_from_single_crtp.hpp"
#include "vccc/__concepts/same_as.hpp"
#include "vccc/__functional/invoke.hpp"
#include "vccc/__ranges/range.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/is_invocable.hpp"
#include "vccc/__type_traits/negation.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__utility/compressed_pair.hpp"
Go to the source code of this file.
Classes | |
struct | is_range_adaptor_closure< T > |
check if type satisfies range adaptor closure object More... | |
struct | range_adaptor_closure< Derived > |
helper base class template for defining a range adaptor closure object More... | |
Namespaces | |
vccc | |
vccc::ranges | |