mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-12 05:51:37 +00:00
6 lines
214 B
ReStructuredText
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``.
|
|
|