Bolt  1.3
C++ template library with support for OpenCL
Public Member Functions | Public Attributes | List of all members
bolt::amp::not_pred< predicate, T > Struct Template Reference

Public Member Functions

 not_pred (const predicate &targetPred)
 
bool operator() (const T &x) const restrict(cpu
 

Public Attributes

bool amp
 

Member Data Documentation

template<typename predicate , typename T >
bool bolt::amp::not_pred< predicate, T >::amp
Initial value:
{
return (_targetPred(x)?false:true)

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