Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ operator<
Method
operator<
launcher/BaseVersion.h:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
virtual QString typeString() const = 0;
46
47
virtual bool operator<(BaseVersion &a)
48
{
49
return name() < a.name();
50
};
51
virtual bool operator>(BaseVersion &a)
52
{
53
return name() > a.name();
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected