Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator>
Method
operator>
MyGUIEngine/src/MyGUI_UString.cpp:1590–1593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1588
}
1589
1590
bool UString::operator>(const UString& right) const
1591
{
1592
return compare(right) > 0;
1593
}
1594
1595
bool UString::operator>=(const UString& right) const
1596
{
Callers
nothing calls this directly
Calls
1
compare
Function · 0.85
Tested by
no test coverage detected