MINT2
Public Member Functions | List of all members
FitFractionList::smallerFitFractionByName Class Reference

#include <FitFractionList.h>

Public Member Functions

bool operator() (const FitFraction &a, const FitFraction &b)
 

Detailed Description

Definition at line 64 of file FitFractionList.h.

Member Function Documentation

◆ operator()()

bool FitFractionList::smallerFitFractionByName::operator() ( const FitFraction a,
const FitFraction b 
)
inline

Definition at line 66 of file FitFractionList.h.

66  {
67  return a.name() < b.name();
68  }
const std::string & name() const
Definition: FitFraction.h:19

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