mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-24 09:57:17 +02:00
added base() function to the interface of the specialized adaptors
[SVN r21619]
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
the cases when the ``Incrementable`` type is a numeric type.]
|
||||
|
||||
``counting_iterator`` requirements
|
||||
----------------------------------
|
||||
..................................
|
||||
|
||||
The ``Incrementable`` type must be Default Constructible, Copy
|
||||
Constructible, and Assignable. The default distance is
|
||||
@ -30,7 +30,7 @@ an implementation defined signed integral type.
|
||||
|
||||
|
||||
``counting_iterator`` models
|
||||
----------------------------
|
||||
............................
|
||||
|
||||
``counting_iterator`` models Readable Lvalue Iterator.
|
||||
|
||||
@ -59,7 +59,7 @@ required::
|
||||
|
||||
|
||||
``counting_iterator`` operations
|
||||
--------------------------------
|
||||
................................
|
||||
|
||||
``counting_iterator();``
|
||||
|
||||
|
Reference in New Issue
Block a user