mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 20:37:17 +02:00
factoring the specialized iterator adaptors
[SVN r19467]
This commit is contained in:
5
doc/counting_iterator_abstract.rst
Normal file
5
doc/counting_iterator_abstract.rst
Normal file
@ -0,0 +1,5 @@
|
||||
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``.
|
||||
|
Reference in New Issue
Block a user