Namespaces
Variants
Views
Actions

Template:cpp/iterator/dsc output iterator

From cppreference.com
Revision as of 10:50, 10 December 2023 by Andreas Krug (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

|- class="t-dsc"

|

| 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) |-