![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__concepts/same_as.hpp"#include "vccc/__iterator/contiguous_iterator.hpp"#include "vccc/__ranges/data.hpp"#include "vccc/__ranges/iterator_t.hpp"#include "vccc/__ranges/random_access_range.hpp"#include "vccc/__ranges/range_reference_t.hpp"#include "vccc/__type_traits/conjunction.hpp"#include "vccc/__type_traits/has_typename_type.hpp"#include "vccc/__type_traits/is_invocable.hpp"Go to the source code of this file.
Classes | |
| struct | contiguous_range< T > |
specifies a range whose iterator type satisfies contiguous_iterator More... | |
Namespaces | |
| vccc | |
| vccc::ranges | |