iterator File Reference

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

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Defines

#define _EXT_ITERATOR   1

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).

Definition in file ext/iterator.


Define Documentation

#define _EXT_ITERATOR   1

Definition at line 62 of file ext/iterator.


Generated on Tue Feb 2 16:57:21 2010 for GNU C++ STL by  doxygen 1.4.7