MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / op

Function op

include/Dynamic.h:459–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457 inline bool operator op (float inLHS,const ::Dynamic &inRHS) \
458 { return inRHS.IsNumeric() && ((double)inLHS op (double)inRHS); } \
459 inline bool operator op (int inLHS,const ::Dynamic &inRHS) \
460 { return inRHS.IsNumeric() && (inLHS op (double)inRHS); }
461
462COMPARE_DYNAMIC_OP( < )
463COMPARE_DYNAMIC_OP( <= )

Callers 1

Dynamic.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected