NiHu  2.0
tmp::max_< Val1, Val2 > Struct Template Reference

Compute maximum of type, specialisation for two parameters. More...

#include <relation.hpp>

Detailed Description

template<class Val1, class Val2>
struct tmp::max_< Val1, Val2 >

Compute maximum of type, specialisation for two parameters.

Template Parameters
Val1Left hand side of the comparison
Val2Right hand side of the comparison

Returns the greater (see greater) of the two parameters.

Definition at line 73 of file relation.hpp.


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