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

Parallel implementation base for std::find(), std::equal() and related functions. More...

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

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Functions

template<typename _RAIter1 , typename _RAIter2 , typename _Pred , typename _Selector >
std::pair< _RAIter1, _RAIter2 > __gnu_parallel::__find_template (_RAIter1 __begin1, _RAIter1 __end1, _RAIter2 __begin2, _Pred __pred, _Selector __selector)
 Parallel std::find, switch for different algorithms. More...
 

Detailed Description

Parallel implementation base for std::find(), std::equal() and related functions.

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