OpenMS
IdentificationDataConverter::PepIDCompare Struct Reference

Functor for ordering peptide IDs by RT and m/z (if available) More...

#include <OpenMS/METADATA/ID/IdentificationDataConverter.h>

Public Member Functions

bool operator() (const PeptideIdentification &left, const PeptideIdentification &right) const
 

Detailed Description

Functor for ordering peptide IDs by RT and m/z (if available)

Member Function Documentation

◆ operator()()