debian man page for __gnu_parallel::find_first_of_selector

Query: __gnu_parallel::find_first_of_selector

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__gnu_parallel::find_first_of_selector< ForwardIterator >(3cxx) 		   __gnu_parallel::find_first_of_selector< ForwardIterator >(3cxx)

NAME
__gnu_parallel::find_first_of_selector< ForwardIterator > -
SYNOPSIS
Inherits __gnu_parallel::generic_find_selector. Public Member Functions find_first_of_selector (ForwardIterator begin, ForwardIterator end) template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > bool operator() (RandomAccessIterator1 i1, RandomAccessIterator2 i2, Pred pred) template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > std::pair < RandomAccessIterator1, RandomAccessIterator2 > sequential_algorithm (RandomAccessIterator1 begin1, RandomAccessIterator1 end1, RandomAccessIterator2 begin2, Pred pred)" Public Attributes ForwardIterator begin ForwardIterator end Detailed Description template<typename ForwardIterator>struct __gnu_parallel::find_first_of_selector< ForwardIterator > Test predicate on several elements. Definition at line 152 of file find_selectors.h. Member Function Documentation template<typename ForwardIterator > template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > bool __gnu_parallel::find_first_of_selector< ForwardIterator >::operator() (RandomAccessIterator1i1, RandomAccessIterator2i2, Predpred) [inline] Test on one position. Parameters: i1 Iterator on first sequence. i2 Iterator on second sequence (unused). pred Find predicate. Definition at line 167 of file find_selectors.h. template<typename ForwardIterator > template<typename RandomAccessIterator1 , typename RandomAccessIterator2 , typename Pred > std::pair<RandomAccessIterator1, RandomAccessIterator2> __gnu_parallel::find_first_of_selector< ForwardIterator >::sequential_algorithm (RandomAccessIterator1begin1, RandomAccessIterator1end1, RandomAccessIterator2begin2, Predpred) [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 184 of file find_selectors.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::find_first_of_selector< ForwardIterator >(3cxx)
Related Man Pages
__gnu_parallel::find_first_of_selector(3) - debian
__gnu_parallel::inner_product_selector(3) - debian
__gnu_parallel::__mismatch_selector(3) - centos
__gnu_parallel::__mismatch_selector(3cxx) - debian
__gnu_parallel::adjacent_find_selector(3cxx) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph