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

Method operator<

pluginManager/src/PluginVersion.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86bool PluginVersion::operator< (const PluginVersion &rhs)
87{
88 return (compare(*this, rhs) < 0);
89}
90
91bool PluginVersion::operator<= (const PluginVersion &rhs)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected