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

Helper iterator classes for the std::transform() functions. More...

Include dependency graph for iterator.h:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_parallel::_IteratorPair< _Iterator1, _Iterator2, _IteratorCategory >
 A pair of iterators. More...
 
class  __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >
 A triple of iterators. More...
 

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Detailed Description

Helper iterator classes for the std::transform() functions.

This file is a GNU parallel extension to the Standard C++ Library.