STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
find_selectors.h File Reference

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

#include <parallel/tags.h>
#include <parallel/basic_iterator.h>
#include <bits/stl_pair.h>

Go to the source code of this file.

Classes

struct  __gnu_parallel::__generic_find_selector
 Base class of all __gnu_parallel::__find_template selectors. 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::__adjacent_find_selector
 Test predicate on two adjacent elements. More...
 
struct  __gnu_parallel::__mismatch_selector
 Test inverted predicate on a single element. More...
 
struct  __gnu_parallel::__find_first_of_selector< _FIterator >
 Test predicate on several elements. 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.