Files
boost_iterator/doc/counting_iterator_abstract.rst

3 lines
139 B
ReStructuredText
Raw Normal View History

2004-01-12 00:48:21 +00:00
``counting_iterator`` adapts an arithmetic type, such as ``int``, by
adding an ``operator*`` that returns the current value of the object.