|
bool | operator() (const std::pair< std::string, double > &a, const std::pair< std::string, double > &b) |
|
Definition at line 66 of file timer.cc.
◆ operator()()
bool operator() |
( |
const std::pair< std::string, double > & |
a, |
|
|
const std::pair< std::string, double > & |
b |
|
) |
| |
|
inline |
Definition at line 67 of file timer.cc.
69 return a.second > b.second;
The documentation for this struct was generated from the following file: