$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::util::ord< T > Struct Template Reference

#include <mln/util/ord.hh>

Public Member Functions

bool operator() (const T &lhs, const T &rhs) const

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.

Member Function Documentation

template<typename T >
bool mln::util::ord< T >::operator() ( const T lhs,
const T rhs 
) const