mln::util::ord< T > Struct Template Reference

Function-object that defines an ordering between objects with type T: lhs R rhs. More...

#include <ord.hh>

List of all members.


Detailed Description

template<typename T>
struct mln::util::ord< T >

Function-object that defines an ordering between objects with type T: lhs R rhs.

Its meaning is "lhs less-than rhs."

Definition at line 48 of file util/ord.hh.