MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / operator>

Method operator>

pluginManager/src/PluginVersion.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool PluginVersion::operator> (const PluginVersion &rhs)
97{
98 return (compare(*this, rhs) > 0);
99}
100
101bool PluginVersion::operator>= (const PluginVersion &rhs)
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected