ProteoWizard
Public Member Functions | List of all members
pwiz::peptideid::nativeID_less Struct Reference

#include <PeptideID.hpp>

Public Member Functions

bool operator() (const PeptideID::Record &a, const PeptideID::Record &b) const
 

Detailed Description

Definition at line 129 of file PeptideID.hpp.

Member Function Documentation

§ operator()()

bool pwiz::peptideid::nativeID_less::operator() ( const PeptideID::Record a,
const PeptideID::Record b 
) const
inline

Definition at line 131 of file PeptideID.hpp.

References pwiz::peptideid::PeptideID::Record::nativeID.

132  {
133  return atof(a.nativeID.c_str()) < atof(b.nativeID.c_str());
134  }

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