ext/iterator File Reference

#include <bits/concept_check.h>
#include <iterator>

Include dependency graph for ext/iterator:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

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)


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/iterator.


Generated on Fri Sep 16 09:22:08 2005 for libstdc++-v3 Source by  doxygen 1.4.4