ProteoWizard
Public Member Functions
pwiz::eharmony::KeyLessThan Struct Reference

#include <Matrix.hpp>

List of all members.

Public Member Functions

 KeyLessThan ()
bool operator() (pair< double, pair< int, int > > a, pair< double, pair< int, int > > b)

Detailed Description

Definition at line 36 of file Matrix.hpp.


Constructor & Destructor Documentation

pwiz::eharmony::KeyLessThan::KeyLessThan ( )
inline

Definition at line 38 of file Matrix.hpp.

{};

Member Function Documentation

bool pwiz::eharmony::KeyLessThan::operator() ( pair< double, pair< int, int > >  a,
pair< double, pair< int, int > >  b 
)
inline

Definition at line 39 of file Matrix.hpp.

{ return a.first < b.first;}

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