Template:cpp/iterator/dsc output iterator
From cppreference.com
Revision as of 10:50, 10 December 2023 by Andreas Krug (Talk | contribs)
|- class="t-dsc"
|(C++20)
| 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
(concept)
|-