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

Function operator <=

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

Source from the content-addressed store, hash-verified

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; }
629

Callers 1

Variant.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected