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

Function operator <

pluginManager/src/PluginVersion.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331bool operator < (const PluginVersion &lhs, const PluginVersion &rhs)
332{
333 return (lhs.compare(lhs, rhs) < 0);
334}

Callers

nothing calls this directly

Calls 1

compareMethod · 0.80

Tested by

no test coverage detected