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