| 130 | inline bool operator != (const cpp::Variant &v) const{ return !v.isNull(); } |
| 131 | |
| 132 | inline null operator - () const { return hx::NullArithmetic("-"); } |
| 133 | inline null operator ! () const { return hx::NullArithmetic("!"); } |
| 134 | |
| 135 | template<class T> T operator()(const AnyArg &a0=0, const AnyArg &a1=0, const AnyArg &a2=0, |
nothing calls this directly
no test coverage detected