Bolt  1.3
C++ template library with support for OpenCL
Public Types | Public Member Functions | Public Attributes | List of all members
bolt::amp::binary_negate< Predicate > Struct Template Reference

Public Types

typedef bool result_type
 

Public Member Functions

 binary_negate (const Predicate &pred)
 
template<typename T1 , typename T2 >
bool operator() (const T1 &x, const T2 &y) const restrict(amp
 

Public Attributes

Predicate pred
 
bool cpu
 
else return true
 

Member Data Documentation

template<typename Predicate >
bool bolt::amp::binary_negate< Predicate >::cpu
Initial value:
{
if(pred(x,y))
return false

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