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

Function which returns whether its argument was not matched by the given predicate. More...

Public Member Functions

 unary_negate (Predicate predicate)
 
template<typename Reference >
bool operator() (const Reference x) const
 

Public Types

typedef bool result_type
 

Detailed Description

template<typename Predicate>
struct stapl::unary_negate< Predicate >

Function which returns whether its argument was not matched by the given predicate.

Template Parameters
PredicateFunction which returns true for matched arguments.

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