Files
boost_iterator/doc/counting_iterator_abstract.rst

5 lines
180 B
ReStructuredText
Raw Normal View History

``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.