ThreeB 1.1
Public Member Functions
LessSecond Struct Reference

Comparator functor for the first element of a std::pair. More...

List of all members.

Public Member Functions

template<class A , class B >
bool operator() (const pair< A, B > &a, const pair< A, B > &b) const

Detailed Description

Comparator functor for the first element of a std::pair.

Definition at line 707 of file multispot5.cc.


Member Function Documentation

template<class A , class B >
bool LessSecond::operator() ( const pair< A, B > &  a,
const pair< A, B > &  b 
) const [inline]

Comparison function.

Parameters:
a
b

Definition at line 712 of file multispot5.cc.

    {
        return a.second < b.second;
    }

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