#include <HxBpoMax.h>
Public Methods | |
HxBpoMax (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const Src1ValT &x, const Src2ValT &y) |
Actual operation : # return x.max(y) #. More... | |
Static Public Methods | |
DstValT | neutralElement () |
HxString | className () |
The name : "max". More... |
|
Constructor : empty.
00025 {} |
|
Actual operation : # return x.max(y) #.
00029 { return x.max(y); } |
|
The name : "max".
00036 { return HxString("max"); } |