ProteoWizard
Public Member Functions
DigestedPeptideLessThan Struct Reference

List of all members.

Public Member Functions

bool operator() (const DigestedPeptide &lhs, const DigestedPeptide &rhs) const

Detailed Description

Definition at line 111 of file DigestionTest.cpp.


Member Function Documentation

bool DigestedPeptideLessThan::operator() ( const DigestedPeptide lhs,
const DigestedPeptide rhs 
) const
inline

Definition at line 113 of file DigestionTest.cpp.

References pwiz::proteome::Peptide::sequence().

{
return lhs.sequence() < rhs.sequence();
}

The documentation for this struct was generated from the following file: