OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
An operand-less function returning a T. More...
#include <TFunction0.h>
Public Attributes | |
const char * | name |
The function name or operator representation. More... | |
int | precedence |
The operator precedence. More... | |
T(* | function )() |
The actual operation. More... | |
An operand-less function returning a T.
Definition at line 31 of file TFunction0.h.
T(* Expressions::TFunction0< T >::function) () |
The actual operation.
Definition at line 46 of file TFunction0.h.
const char* Expressions::TFunction0< T >::name |
The function name or operator representation.
Definition at line 34 of file TFunction0.h.
int Expressions::TFunction0< T >::precedence |
The operator precedence.
Definition at line 42 of file TFunction0.h.