Function-object that defines an ordering between objects with type T:
lhs R rhs.
More...
#include <ord.hh>
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Function-object that defines an ordering between objects with type T:
lhs R rhs.
Its meaning is "lhs less-than rhs."
bool mln::util::ord< T >::operator() | ( | const T & | lhs, | |
const T & | rhs | |||
) | const [inline] |