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

Function object used to sort columns by column name. More...

#include <Table.h>

Public Member Functions

bool operator() (const Column *a, const Column *b)
 

Detailed Description

Function object used to sort columns by column name.

Definition at line 23 of file Table.h.

Member Function Documentation

◆ operator()()

bool rdbModel::ColCompare::operator() ( const Column * a,
const Column * b )
inline

Definition at line 25 of file Table.h.

25 {
26 return (a->getName().compare(b->getName()) < 0);
27 }
const double b
Definition slope.cxx:9

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