STLdoc
STLdocumentation
|
Helper iterator classes for the std::transform() functions. This file is a GNU parallel extension to the Standard C++ Library. More...
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. | |
Helper iterator classes for the std::transform() functions. This file is a GNU parallel extension to the Standard C++ Library.