mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 08:02:10 +02:00
added stuff about reference
[SVN r21858]
This commit is contained in:
@ -40,7 +40,9 @@ convertible to ``input_iterator_tag``.
|
||||
``reverse_iterator`` requirements
|
||||
.................................
|
||||
|
||||
``Iterator`` must be a model of Bidirectional Traversal Iterator.
|
||||
``Iterator`` must be a model of Bidirectional Traversal Iterator. The
|
||||
type ``iterator_traits<Iterator>::reference`` must be the type of
|
||||
``*i``, where ``i`` is an object of type ``Iterator``.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user