MCPcopy Create free account
hub / github.com/SpartanJ/eepp / compare

Method compare

src/eepp/core/string.cpp:2324–2326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322}
2323
2324int String::compare( const String& str ) const {
2325 return mString.compare( str.mString );
2326}
2327
2328int String::compare( const char* s ) const {
2329 return compare( String( s ) );

Callers 3

operator<Method · 0.45
endsWithMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected