mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 21:43:54 +00:00
5 lines
180 B
ReStructuredText
5 lines
180 B
ReStructuredText
``counting_iterator`` adapts an object by adding an ``operator*`` that
|
|
returns the current value of the object. All other iterator operations
|
|
are forwarded to the adapted object.
|
|
|