#include <firstOfPairLess.h>
Public Member Functions | |
bool | operator() (const ObjectType &a, const ObjectType &b) const |
Returns true if a sorts before b, false otherwise. |
It uses < to compare the first elements of the pair.
Definition at line 39 of file firstOfPairLess.h.
|
Returns true if a sorts before b, false otherwise.
Definition at line 32 of file firstOfPairLess.I. |