1#ifndef OPAL_TFunction2_HH
2#define OPAL_TFunction2_HH
Representation objects and parsers for attribute expressions.
A function of two U's returning a T.
int precedence
The operator precedence.
const char * name
The function name or operator representation.
T(* function)(U, U)
The actual operation.