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

Method operator<

Engine/source/core/util/str.cpp:912–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912bool String::operator<(const String &str) const
913{
914 return ( dStrnatcmp( _string->utf8(), str._string->utf8() ) < 0 );
915}
916
917bool String::operator>(const String &str) const
918{

Callers

nothing calls this directly

Calls 2

dStrnatcmpFunction · 0.85
utf8Method · 0.45

Tested by

no test coverage detected