Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Like std::less, but allows heterogeneous arguments. More...
#include <stl_util.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &a, const T &b) const |
template<typename T1 , typename T2 > | |
bool | operator() (const T1 &a, const T2 &b) const |
Like std::less, but allows heterogeneous arguments.
Definition at line 543 of file stl_util.h.
|
inline |
std::less is better than '<' here, because it can order pointers.
Definition at line 545 of file stl_util.h.
|
inline |
Definition at line 550 of file stl_util.h.