Template:cpp/iterator/dsc input iterator
From cppreference.com
|- class="t-dsc"
|(C++20)
| 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
(concept)
|-