BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
rdbModel::FieldValCompare Class Reference

Function object used to sort FieldValPar objects by column name. More...

#include <Column.h>

Public Member Functions

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

Detailed Description

Function object used to sort FieldValPar objects by column name.

Definition at line 137 of file Column.h.

Member Function Documentation

◆ operator()()

bool rdbModel::FieldValCompare::operator() ( const FieldVal & a,
const FieldVal & b )
inline

Definition at line 140 of file Column.h.

140 {
141 return ((a.m_colname).compare(b.m_colname) < 0);
142 // return (a.first->getName().compare(b.first->getName()) < 0);
143 }
const double b
Definition slope.cxx:9

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