MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / operator<

Method operator<

src/openms/source/CHEMISTRY/ModificationDefinition.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 ModificationDefinition::~ModificationDefinition() = default;
66
67 bool ModificationDefinition::operator<(const ModificationDefinition& rhs) const
68 {
69 return this->getModificationName() < rhs.getModificationName();
70 }
71
72 void ModificationDefinition::setFixedModification(bool fixed_mod)
73 {

Callers

nothing calls this directly

Calls 1

getModificationNameMethod · 0.95

Tested by

no test coverage detected