cgma
|
Public Member Functions | |
bool | operator() (std::pair< double, int > const &x, std::pair< double, int > const &y) |
Definition at line 21 of file CAPartitionVG.cpp.
bool my_sort::operator() | ( | std::pair< double, int > const & | x, |
std::pair< double, int > const & | y | ||
) | [inline] |
Definition at line 22 of file CAPartitionVG.cpp.
{ return x.first < y.first; }