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

Method operator()

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

Source from the content-addressed store, hash-verified

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,
136 const AnyArg &a4=0, const AnyArg &a5=0, const AnyArg &a6=0,
137 const AnyArg &a7=0, const AnyArg &a8=0, const AnyArg &a9=0 )
138 {
139 hx::NullReference("Function Call", false);
140 T nullDynamic;
141 return nullDynamic;
142 }
143
144 HX_NULL_COMPARE_OPS(bool)
145 HX_NULL_COMPARE_OPS(double)

Callers

nothing calls this directly

Calls 1

NullReferenceFunction · 0.85

Tested by

no test coverage detected