OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
TFunction2.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::TFunction2< T, U >
 A function of two U's returning a T. More...

Namespaces

namespace  Expressions
 Representation objects and parsers for attribute expressions.

Class Documentation

◆ Expressions::TFunction2

struct Expressions::TFunction2
template<class T, class U>
struct Expressions::TFunction2< T, U >

A function of two U's returning a T.

Definition at line 31 of file TFunction2.h.

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