mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-12 05:51:37 +00: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.
|