mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 08:02:10 +02:00
3 lines
139 B
ReStructuredText
3 lines
139 B
ReStructuredText
``counting_iterator`` adapts an arithmetic type, such as ``int``, by
|
|
adding an ``operator*`` that returns the current value of the object.
|