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

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

Public Member Functions

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

Detailed Description

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

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


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