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

_Function objects representing different tasks to be plugged into the parallel find algorithm. More...

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

Classes

struct  __gnu_parallel::__adjacent_find_selector
 Test predicate on two adjacent elements. More...
 
struct  __gnu_parallel::__find_first_of_selector< _FIterator >
 Test predicate on several elements. More...
 
struct  __gnu_parallel::__find_if_selector
 Test predicate on a single element, used for std::find() and std::find_if (). More...
 
struct  __gnu_parallel::__generic_find_selector
 Base class of all __gnu_parallel::__find_template selectors. More...
 
struct  __gnu_parallel::__mismatch_selector
 Test inverted predicate on a single element. More...
 

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Detailed Description

_Function objects representing different tasks to be plugged into the parallel find algorithm.

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