OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
TFunction0.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Expressions::TFunction0< T >
 An operand-less function returning a T. More...

Namespaces

namespace  Expressions
 Representation objects and parsers for attribute expressions.

Class Documentation

◆ Expressions::TFunction0

struct Expressions::TFunction0
template<class T>
struct Expressions::TFunction0< T >

An operand-less function returning a T.

Definition at line 31 of file TFunction0.h.

Collaboration diagram for Expressions::TFunction0< T >:
Class Members
T(*)() function The actual operation.
const char * name The function name or operator representation.
int precedence The operator precedence.