STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
iterator.h File Reference

Helper iterator classes for the std::transform() functions. This file is a GNU parallel extension to the Standard C++ Library. More...

#include <parallel/basic_iterator.h>
#include <bits/stl_pair.h>

Go to the source code of this file.

Classes

class  __gnu_parallel::_IteratorPair< _Iterator1, _Iterator2, _IteratorCategory >
 A pair of iterators. The usual iterator operations are applied to both child iterators. More...
 
class  __gnu_parallel::_IteratorTriple< _Iterator1, _Iterator2, _Iterator3, _IteratorCategory >
 A triple of iterators. The usual iterator operations are applied to all three child 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.