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