.TH "__gnu_parallel::find_if_selector" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_parallel::find_if_selector \- .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_parallel::generic_find_selector\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "template bool \fBoperator()\fP (RandomAccessIterator1 i1, RandomAccessIterator2 i2, Pred pred)" .br .ti -1c .RI "template \fBstd::pair\fP .br < RandomAccessIterator1, .br RandomAccessIterator2 > \fBsequential_algorithm\fP (RandomAccessIterator1 begin1, RandomAccessIterator1 end1, RandomAccessIterator2 begin2, Pred pred)" .br .in -1c .SH "Detailed Description" .PP Test predicate on a single element, used for std::find() and std::find_if ()\&. .PP Definition at line 50 of file find_selectors\&.h\&. .SH "Member Function Documentation" .PP .SS "template bool __gnu_parallel::find_if_selector::operator() (RandomAccessIterator1i1, RandomAccessIterator2i2, Predpred)\fC [inline]\fP" .PP Test on one position\&. \fBParameters:\fP .RS 4 \fIi1\fP Iterator on first sequence\&. .br \fIi2\fP Iterator on second sequence (unused)\&. .br \fIpred\fP Find predicate\&. .RE .PP .PP Definition at line 60 of file find_selectors\&.h\&. .SS "template \fBstd::pair\fP __gnu_parallel::find_if_selector::sequential_algorithm (RandomAccessIterator1begin1, RandomAccessIterator1end1, RandomAccessIterator2begin2, Predpred)\fC [inline]\fP" .PP Corresponding sequential algorithm on a sequence\&. \fBParameters:\fP .RS 4 \fIbegin1\fP Begin iterator of first sequence\&. .br \fIend1\fP End iterator of first sequence\&. .br \fIbegin2\fP Begin iterator of second sequence\&. .br \fIpred\fP Find predicate\&. .RE .PP .PP Definition at line 72 of file find_selectors\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.