Public Member Functions

mln::internal::ord_less< T > Struct Template Reference

#include <ord.hh>

List of all members.

Public Member Functions

bool strict (const T &lhs, const T &rhs) const
bool weak (const T &lhs, const T &rhs) const

Detailed Description

template<typename T>
struct mln::internal::ord_less< T >

Definition at line 79 of file trait/op/ord.hh.


Member Function Documentation

template<typename T >
bool mln::internal::ord_less< T >::strict ( const T &  lhs,
const T &  rhs 
) const [inline]

Definition at line 100 of file trait/op/ord.hh.

template<typename T >
bool mln::internal::ord_less< T >::weak ( const T &  lhs,
const T &  rhs 
) const [inline]

Definition at line 108 of file trait/op/ord.hh.