STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::algo_details::range_find_first_of< Predicate > Class Template Reference

Work function invokes sequential (i.e., STL) find_first_of. More...

Public Member Functions

 range_find_first_of (Predicate predicate)
 
template<typename View0 , typename View1 >
View0::reference operator() (View0 const &view0, View1 const &view1) const
 

Detailed Description

template<typename Predicate>
class stapl::algo_details::range_find_first_of< Predicate >

Work function invokes sequential (i.e., STL) find_first_of.


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