libstdc++
stl_iterator_base_types.h File Reference

Go to the source code of this file.

Classes

struct  std::__iterator_traits< _Iterator, typename >
 Traits class for iterators. More...
struct  std::bidirectional_iterator_tag
 Bidirectional iterators support a superset of forward iterator operations. More...
struct  std::forward_iterator_tag
 Forward iterators support a superset of input iterator operations. More...
struct  std::input_iterator_tag
 Marking input iterators. More...
struct  std::iterator< _Category, _Tp, _Distance, _Pointer, _Reference >
 Common iterator class. More...
struct  std::iterator_traits< _Tp * >
 Partial specialization for pointer types. More...
struct  std::iterator_traits< const _Tp * >
 Partial specialization for const pointer types. More...
struct  std::output_iterator_tag
 Marking output iterators. More...
struct  std::random_access_iterator_tag
 Random-access iterators support a superset of bidirectional iterator operations. More...

Namespaces

namespace  std

Functions

template<typename _Iter >
iterator_traits< _Iter >
::iterator_category 
std::__iterator_category (const _Iter &)

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <iterator>.

This file contains all of the general iterator-related utility types, such as iterator_traits and struct iterator.

Definition in file stl_iterator_base_types.h.