Files
iterator/doc/counting_iterator_abstract.rst
Dave Abrahams 189533437f merged from trunk
[SVN r21991]
2004-01-27 04:18:44 +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.