Comparator object for pairs that compares only the first pair. More...
#include <stl-utils.h>
Public Member Functions | |
bool | operator() (const std::pair< A, B > &p1, const std::pair< A, B > &p2) |
Comparator object for pairs that compares only the first pair.
Definition at line 274 of file stl-utils.h.
|
inline |
Definition at line 275 of file stl-utils.h.