|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Go to the source code of this file.
Classes | |
| struct | Expressions::TFunction1< T, U > |
| A function of one U, returning a T. More... | |
Namespaces | |
| namespace | Expressions |
| Representation objects and parsers for attribute expressions. | |
| struct Expressions::TFunction1 |
A function of one U, returning a T.
Definition at line 31 of file TFunction1.h.
| Class Members | ||
|---|---|---|
| T(*)(U) | function | The actual operation. |
| const char * | name | The function name or operator representation. |
| int | precedence | The operator precedence. |