#include <bits/concept_check.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
template<typename InputIterator> | |
iterator_traits< InputIterator > ::difference_type | std::distance (InputIterator first, InputIterator last) |
A generalization of pointer arithmetic. | |
template<typename InputIterator, typename Distance> | |
void | std::advance (InputIterator &__i, Distance n) |
A generalization of pointer arithmetic. |
This file contains all of the general iterator-related utility functions, such as distance() and advance().
Definition in file stl_iterator_base_funcs.h.