![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__concepts/derived_from.hpp"
#include "vccc/__iterator/detail/iter_concept.hpp"
#include "vccc/__iterator/indirectly_readable.hpp"
#include "vccc/__iterator/input_or_output_iterator.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/has_typename_type.hpp"
Go to the source code of this file.
Classes | |
struct | input_iterator< I > |
specifies that a type is an input iterator, that is, its referenced values can be read and it can be both pre- and post-incremented More... | |
Namespaces | |
vccc | |