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