cgma
my_sort Struct Reference

List of all members.

Public Member Functions

bool operator() (std::pair< double, int > const &x, std::pair< double, int > const &y)

Detailed Description

Definition at line 21 of file CAPartitionVG.cpp.


Member Function Documentation

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; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines