Template:cpp/iterator/dsc output iterator
From cppreference.com
|- 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)
|-