#include <HxUpoArg.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxUpoArg (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.arg() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "arg". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00028 {} |
|
Actual operation : # return x.arg() #.
00032 { return x.arg(); } |
|
The name : "arg".
00036 { return HxString("arg"); } |