some progress

[SVN r21610]
This commit is contained in:
Jeremy Siek
2004-01-12 00:48:21 +00:00
parent 6c114a539d
commit c6814925ac
5 changed files with 162 additions and 259 deletions

View File

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