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

Method operator<=

MyGUIEngine/src/MyGUI_UString.cpp:1554–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1552 }
1553
1554 bool UString::operator<=(const UString& right) const
1555 {
1556 return compare(right) <= 0;
1557 }
1558
1559 UString& UString::operator=(const UString& s)
1560 {

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected