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

Function operator >

include/cpp/Variant.h:628–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626inline bool operator <= (bool inLHS,const cpp::Variant &inRHS) { return false; }
627inline bool operator >= (bool inLHS,const cpp::Variant &inRHS) { return false; }
628inline bool operator > (bool inLHS,const cpp::Variant &inRHS) { return false; }
629
630
631#define HX_COMPARE_VARIANT_OP( op ) \

Callers 1

Variant.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected