|
ThreeB 1.1
|
Comparator functor for the first element of a std::pair. More...
Public Member Functions | |
| template<class A , class B > | |
| bool | operator() (const pair< A, B > &a, const pair< A, B > &b) const |
Comparator functor for the first element of a std::pair.
Definition at line 707 of file multispot5.cc.
| bool LessSecond::operator() | ( | const pair< A, B > & | a, |
| const pair< A, B > & | b | ||
| ) | const [inline] |
Comparison function.
| a | |
| b |
Definition at line 712 of file multispot5.cc.
{
return a.second < b.second;
}
1.7.4