libstdc++
unique_copy.h File Reference

Go to the source code of this file.

Namespaces

 __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)
 

Detailed Description

Parallel implementations of std::unique_copy(). This file is a GNU parallel extension to the Standard C++ Library.

Definition in file unique_copy.h.