OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
OpBCFunctionEq< T > Struct Template Reference

#include <BCond.hpp>

Public Member Functions

 OpBCFunctionEq (T(*func)(const T &))
 

Public Attributes

T(* Func )(const T &)
 

Detailed Description

template<class T>
struct OpBCFunctionEq< T >

Definition at line 4522 of file BCond.hpp.

Constructor & Destructor Documentation

template<class T>
OpBCFunctionEq< T >::OpBCFunctionEq ( T(*)(const T &)  func)
inline

Definition at line 4524 of file BCond.hpp.

Member Data Documentation

template<class T>
T(* OpBCFunctionEq< T >::Func)(const T &)

Definition at line 4525 of file BCond.hpp.

Referenced by PETE_apply().


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