ProteoWizard
Public Member Functions | List of all members
DigestedPeptideLessThan Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 113 of file DigestionTest.cpp.

Member Function Documentation

§ operator()()

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

Definition at line 115 of file DigestionTest.cpp.

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

116  {
117  return lhs.sequence() < rhs.sequence();
118  }
const std::string & sequence() const
returns the sequence of amino acids making up the peptide

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