C++ named requirements: ConstexprIterator (since C++20)

A ConstexprIterator is a LegacyIterator that can be used during constant expression evaluation.

# See also