![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>#include "vccc/__iterator/indirectly_writable.hpp"#include "vccc/__iterator/input_or_output_iterator.hpp"#include "vccc/__type_traits/conjunction.hpp"Go to the source code of this file.
Classes | |
| struct | output_iterator< I, T > |
| specifies that a type is an output iterator for a given value type, that is, values of that type can be written to it and it can be both pre- and post-incremented More... | |
Namespaces | |
| vccc | |