MCPcopy Create free account
hub / github.com/MyGUI/mygui / compare

Method compare

MyGUIEngine/src/MyGUI_UString.cpp:1228–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 }
1227
1228 int UString::compare(const UString& str) const
1229 {
1230 return mData.compare(str.mData);
1231 }
1232
1233 int UString::compare(const code_point* str) const
1234 {

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected