g2o
Public Member Functions | List of all members
g2o::ColSort Struct Reference

Public Member Functions

bool operator() (const pair< int, int > &e1, const pair< int, int > &e2) const
 

Detailed Description

Definition at line 37 of file matrix_structure.cpp.

Member Function Documentation

bool g2o::ColSort::operator() ( const pair< int, int > &  e1,
const pair< int, int > &  e2 
) const
inline

Definition at line 39 of file matrix_structure.cpp.

40  {
41  return e1.second < e2.second || (e1.second == e2.second && e1.first < e2.first);
42  }

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