mirror of
https://github.com/boostorg/iterator.git
synced 2026-07-04 23:50:57 +02:00
76af84c0e7
[SVN r19467]
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``.
|
|
|