cgma
sort_by_second< X > Struct Template Reference

List of all members.

Public Member Functions

bool operator() (const X &a, const X &b)

Detailed Description

template<typename X>
struct sort_by_second< X >

Definition at line 527 of file PointGridSearch.cpp.


Member Function Documentation

template<typename X >
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;
  }

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