g2o
Loading...
Searching...
No Matches
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 38 of file matrix_structure.cpp.

Member Function Documentation

◆ operator()()

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.

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

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