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

Parallel implementations of std::unique_copy(). More...

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

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...
 

Detailed Description

Parallel implementations of std::unique_copy().

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