#include <firstOfPairCompare.h>
Public Member Functions | |
FirstOfPairCompare (Compare compare=Compare()) | |
bool | operator() (const ObjectType &a, const ObjectType &b) const |
Returns true if a sorts before b, false otherwise. | |
Public Attributes | |
Compare | _compare |
It invokes the indicated comparison function object on the first object of its pair.
Definition at line 41 of file firstOfPairCompare.h.
|
Definition at line 33 of file firstOfPairCompare.I. References FirstOfPairCompare< ObjectType, Compare >::_compare, and INLINE. |
|
Returns true if a sorts before b, false otherwise.
Definition at line 46 of file firstOfPairCompare.I. |
|
Definition at line 45 of file firstOfPairCompare.h. Referenced by FirstOfPairCompare< ObjectType, Compare >::FirstOfPairCompare(). |