|
cgma
|
Public Member Functions | |
| bool | operator() (const X &a, const X &b) |
Definition at line 527 of file PointGridSearch.cpp.
| bool sort_by_second< X >::operator() | ( | const X & | a, |
| const X & | b | ||
| ) | [inline] |
Definition at line 529 of file PointGridSearch.cpp.
{
return a.second < b.second;
}