Function object used to sort columns by column name.
More...
#include <Table.h>
Function object used to sort columns by column name.
Definition at line 23 of file Table.h.
◆ operator()()
Definition at line 25 of file Table.h.
25 {
26 return (a->getName().compare(b->getName()) < 0);
27 }
The documentation for this class was generated from the following file: