Parallel implementations of std::unique_copy(). More...
Namespaces | |
__gnu_parallel | |
GNU parallel code for public use. | |
Functions | |
template<typename _IIter , class _OutputIterator , class _BinaryPredicate > | |
_OutputIterator | __gnu_parallel::__parallel_unique_copy (_IIter __first, _IIter __last, _OutputIterator __result, _BinaryPredicate __binary_pred) |
Parallel std::unique_copy(), w/__o explicit equality predicate. More... | |
template<typename _IIter , class _OutputIterator > | |
_OutputIterator | __gnu_parallel::__parallel_unique_copy (_IIter __first, _IIter __last, _OutputIterator __result) |
Parallel std::unique_copy(), without explicit equality predicate. More... | |
Parallel implementations of std::unique_copy().
This file is a GNU parallel extension to the Standard C++ Library.