ProteoWizard
Public Member Functions
pwiz::peptideid::nativeID_less Struct Reference

#include <PeptideID.hpp>

List of all members.

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

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.

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

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