GNU g++  v5.2.1
GNU Standard C++
Iterators

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

Abstractions for uniform iterating through various underlying types.

Macro Definition Documentation

#define _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR (   _Iter)    (_Iter)

Referenced by _GLIBCXX_VISIBILITY().

#define _GLIBCXX_MAKE_MOVE_ITERATOR (   _Iter)    (_Iter)

Referenced by _GLIBCXX_VISIBILITY().

Function Documentation

namespace __gnu_cxx _GLIBCXX_VISIBILITY ( default  )