ProfileStats::ReverseSecondComparator Struct Reference

Public Member Functions

bool operator() (const std::pair< std::string, double > &a, const std::pair< std::string, double > &b)
 

Detailed Description

Definition at line 66 of file timer.cc.

Member Function Documentation

◆ 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.

68  {
69  return a.second > b.second;
70  }

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