MCPcopy Create free account
hub / github.com/MyGUI/mygui / operator>=

Method operator>=

MyGUIEngine/src/MyGUI_UString.cpp:1595–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1593 }
1594
1595 bool UString::operator>=(const UString& right) const
1596 {
1597 return compare(right) >= 0;
1598 }
1599
1600 bool UString::operator==(const UString& right) const
1601 {

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected