OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AggMode::ByCount Struct Reference

#include <AggMode.h>

Public Member Functions

bool operator() (Map::value_type const &a, Map::value_type const &b) const
 

Detailed Description

Definition at line 35 of file AggMode.h.

Member Function Documentation

bool AggMode::ByCount::operator() ( Map::value_type const &  a,
Map::value_type const &  b 
) const
inline

Definition at line 36 of file AggMode.h.

36  {
37  return a.second < b.second;
38  }
constexpr double a
Definition: Utm.h:32

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