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

Function operator >=

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

Source from the content-addressed store, hash-verified

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
630

Callers 1

Variant.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected