![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__ranges/begin.hpp"#include "vccc/__ranges/end.hpp"#include "vccc/__type_traits/is_referenceable.hpp"#include "vccc/__type_traits/void_t.hpp"Go to the source code of this file.
Classes | |
| struct | range< T > |
| specifies that a type is a range, that is, it provides a begin iterator and an end sentinel More... | |
Namespaces | |
| vccc | |
| vccc::ranges | |