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

Function which returns whether its arguments were not matched by the given predicate. More...

Public Member Functions

 binary_negate (Predicate const &pred)
 
template<typename Reference1 , typename Reference2 >
bool operator() (Reference1 x, Reference2 y) const
 

Public Types

typedef bool result_type
 

Detailed Description

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

Function which returns whether its arguments were 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: