GNU g++  v5.2.1
GNU Standard C++
stl_iterator.h File Reference

This is an internal header file, included by other library headers. More...

#include <bits/cpp_type_traits.h>
#include <ext/type_traits.h>
#include <bits/move.h>
#include <bits/ptr_traits.h>
Include dependency graph for stl_iterator.h:
This graph shows which files directly or indirectly include this file:

Macros

#define _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(_Iter)   (_Iter)
 
#define _GLIBCXX_MAKE_MOVE_ITERATOR(_Iter)   (_Iter)
 

Functions

namespace __gnu_cxx _GLIBCXX_VISIBILITY (default)
 

Detailed Description

This is an internal header file, included by other library headers.

Do not attempt to use it directly. {iterator}

This file implements reverse_iterator, back_insert_iterator, front_insert_iterator, insert_iterator, __normal_iterator, and their supporting functions and overloaded operators.