Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
struct 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
toString
Method · 0.45
Tested by
no test coverage detected