Add links to advance and distance

This commit is contained in:
morinmorin 2017-07-23 23:49:30 +09:00
parent e2c927628c
commit bfcf52ace6

View File

@ -213,6 +213,23 @@ __ zip_iterator.pdf
Iterator Utilities Iterator Utilities
==================== ====================
Operations
----------
The standard library does not handle new-style iterators properly,
because it knows nothing about the iterator traversal concepts.
The Boost.Iterator library provides implementations that fully understand
the new concepts for the two basic operations:
- |advance|_
- |distance|_
.. |advance| replace:: ``advance``
.. _advance: advance.html
.. |distance| replace:: ``distance``
.. _distance: distance.html
Traits Traits
------ ------