NiHu  2.0
tmp::less< N, M > Struct Template Reference

General declaration of the less oparation. More...

#include <relation.hpp>

Detailed Description

template<class N, class M>
struct tmp::less< N, M >

General declaration of the less oparation.

Template Parameters
NLeft hand side of comparison
MRight hand side of comparison

Return std::true_type if first is less than second, i.e., N < M

Definition at line 41 of file relation.hpp.


The documentation for this struct was generated from the following file: