#include <bits/concept_check.h>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | __gnu_cxx |
Defines | |
#define | EXTITERATOR |
Functions | |
template<typename InputIterator, typename Distance> | |
void | __gnu_cxx::__distance (InputIterator first, InputIterator last, Distance &n, std::input_iterator_tag) |
template<typename RandomAccessIterator, typename Distance> | |
void | __gnu_cxx::__distance (RandomAccessIterator first, RandomAccessIterator last, Distance &n, std::random_access_iterator_tag) |
template<typename InputIterator, typename Distance> | |
void | __gnu_cxx::distance (InputIterator first, InputIterator last, Distance &n) |
Definition in file ext/iterator.