#include <command_args.h>
Public Member Functions | |
bool | operator() (const std::pair< T1, T2 > &left, const std::pair< T1, T2 > &right) |
Helper class to sort pair based on first elem
Definition at line 130 of file command_args.h.
bool g2o::CommandArgs::CmpPairFirst< T1, T2, Pred >::operator() | ( | const std::pair< T1, T2 > & | left, |
const std::pair< T1, T2 > & | right | ||
) | [inline] |
Definition at line 131 of file command_args.h.