forked from boostorg/iterator
updated abstract for counting iterator
[SVN r21652]
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
``counting_iterator`` adapts an incrementable type such as ``int``
|
||||
or ``std::list<std::string>::iterator``, by adding an ``operator*``
|
||||
that returns the current value of the object.
|
||||
``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.
|
||||
|
||||
|
Reference in New Issue
Block a user