comparepairfirst< T, U, Compare > Struct Template Reference
#include <indextable.h>
List of all members.
|
Public Member Functions |
| bool | operator() (pair< T, U > const &a, pair< T, U > const &b) const |
Detailed Description
template<class T, class U, class Compare>
struct comparepairfirst< T, U, Compare >
Definition at line 78 of file indextable.h.
Member Function Documentation
template<class T , class U , class Compare >
| bool comparepairfirst< T, U, Compare >::operator() |
( |
pair< T, U > const & |
a, |
|
|
pair< T, U > const & |
b | |
|
) |
| | const [inline] |
Definition at line 81 of file indextable.h.
00085 { return Compare()(*a.first,*b.first); }
The documentation for this struct was generated from the following file: