mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 12:27:33 +02:00
Finished iterator_adaptor tutorial
Added example test code Rolled forward old counting_iterator abstract for boost docs. [SVN r21649]
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
``counting_iterator`` adapts an arithmetic type, such as ``int``, by
|
||||
adding an ``operator*`` that returns the current value of the object.
|
||||
``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.
|
||||
|
Reference in New Issue
Block a user