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

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

Public Member Functions

 range_any_of (Predicate predicate)
 
template<typename View >
bool operator() (View const &vw) const
 

Detailed Description

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

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


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