iterator/doc/counting_iterator_abstract.rst
2003-08-05 19:42:37 +00:00

6 lines
214 B
ReStructuredText

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