MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator -

Method operator -

include/null.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

NullArithmeticFunction · 0.85

Tested by

no test coverage detected