MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / operator>

Method operator>

Engine/source/core/util/str.cpp:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917bool String::operator>(const String &str) const
918{
919 return ( dStrnatcmp( _string->utf8(), str._string->utf8() ) > 0 );
920}
921
922bool String::operator<=(const String &str) const
923{

Callers

nothing calls this directly

Calls 2

dStrnatcmpFunction · 0.85
utf8Method · 0.45

Tested by

no test coverage detected