libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | __gnu_parallel |
Functions | |
template<typename InputIterator , class OutputIterator , class BinaryPredicate > | |
OutputIterator | __gnu_parallel::parallel_unique_copy (InputIterator first, InputIterator last, OutputIterator result, BinaryPredicate binary_pred) |
template<typename InputIterator , class OutputIterator > | |
OutputIterator | __gnu_parallel::parallel_unique_copy (InputIterator first, InputIterator last, OutputIterator result) |
Parallel implementations of std::unique_copy(). This file is a GNU parallel extension to the Standard C++ Library.
Definition in file unique_copy.h.