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

General declaration of the greater oparation. More...

#include <relation.hpp>

Detailed Description

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

General declaration of the greater oparation.

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

Return std::true_type if first is greater than second, i.e., N > M

Definition at line 51 of file relation.hpp.


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