forked from boostorg/iterator
some progress
[SVN r21610]
This commit is contained in:
@ -1,5 +1,2 @@
|
||||
The counting iterator adaptor implements dereference by returning a
|
||||
reference to the base object. The other operations are implemented by
|
||||
the base ``m_iterator``, as per the inheritance from
|
||||
``iterator_adaptor``.
|
||||
|
||||
``counting_iterator`` adapts an arithmetic type, such as ``int``, by
|
||||
adding an ``operator*`` that returns the current value of the object.
|
||||
|
Reference in New Issue
Block a user