MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / operator()

Method operator()

src/topp/MetaProSIP.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177struct SequenceLess
178{
179 inline bool operator()(const pair<SIPPeptide, Size>& a, const pair<SIPPeptide, Size>& b) const
180 {
181 return a.first.sequence.toString() < b.first.sequence.toString();
182 }
183
184};
185

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected