#include <AggMode.h>
|
bool | operator() (Map::value_type const &a, Map::value_type const &b) const |
|
Definition at line 35 of file AggMode.h.
bool AggMode::ByCount::operator() |
( |
Map::value_type const & |
a, |
|
|
Map::value_type const & |
b |
|
) |
| const |
|
inline |
Definition at line 36 of file AggMode.h.
37 return a.second < b.second;
The documentation for this struct was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/AggMode.h