iterator/doc/counting_iterator_abstract.rst
Jeremy Siek c6814925ac some progress
[SVN r21610]
2004-01-12 00:48:21 +00:00

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.