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

Function operator>=

include/hxString.h:326–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 inline bool operator<=(const ::String &inRHS) const { return compare(inRHS)<=0; }
325 inline bool operator>(const ::String &inRHS) const { return compare(inRHS)>0; }
326 inline bool operator>=(const ::String &inRHS) const { return compare(inRHS)>=0; }
327
328 inline bool operator<(const Dynamic &inRHS) const { return compare(inRHS)<0; }
329 inline bool operator<=(const Dynamic &inRHS) const { return compare(inRHS)<=0; }

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected