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

Function operator <

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

Source from the content-addressed store, hash-verified

623HX_VARIANT_OP_ISEQ(bool)
624
625inline bool operator < (bool inLHS,const cpp::Variant &inRHS) { return false; }
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; }

Callers 1

Variant.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected