__gnu_parallel::find_if_selector Struct Reference

Test predicate on a single element, used for std::find() and std::find_if (). More...

Inheritance diagram for __gnu_parallel::find_if_selector:
Inheritance graph

List of all members.

Public Member Functions


Detailed Description

Test predicate on a single element, used for std::find() and std::find_if ().

Definition at line 50 of file find_selectors.h.


Member Function Documentation

template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred >
bool __gnu_parallel::find_if_selector::operator() ( RandomAccessIterator1  i1,
RandomAccessIterator2  i2,
Pred  pred 
) [inline]

Test on one position.

Parameters:
i1 Iterator on first sequence.
i2 Iterator on second sequence (unused).
pred Find predicate.

Definition at line 60 of file find_selectors.h.

template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred >
std::pair<RandomAccessIterator1, RandomAccessIterator2> __gnu_parallel::find_if_selector::sequential_algorithm ( RandomAccessIterator1  begin1,
RandomAccessIterator1  end1,
RandomAccessIterator2  begin2,
Pred  pred 
) [inline]

Corresponding sequential algorithm on a sequence.

Parameters:
begin1 Begin iterator of first sequence.
end1 End iterator of first sequence.
begin2 Begin iterator of second sequence.
pred Find predicate.

Definition at line 72 of file find_selectors.h.


The documentation for this struct was generated from the following file:

Generated on 19 Jun 2018 for libstdc++ by  doxygen 1.6.1