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

Method operator<

MyGUIEngine/src/MyGUI_UString.cpp:1549–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547 }
1548
1549 bool UString::operator<(const UString& right) const
1550 {
1551 return compare(right) < 0;
1552 }
1553
1554 bool UString::operator<=(const UString& right) const
1555 {

Callers

nothing calls this directly

Calls 1

compareFunction · 0.85

Tested by

no test coverage detected