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 705 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 710 of file multispot5.cc.

00711     {
00712         return a.second < b.second;
00713     }


The documentation for this struct was generated from the following file:
Generated on Wed Nov 2 18:00:03 2011 for BCUBED by  doxygen 1.6.3