iterator/doc/counting_iterator_abstract.rst
2004-01-13 00:27:51 +00:00

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.