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

Compute minimum of types, specialisation for two parameters. More...

#include <relation.hpp>

Detailed Description

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

Compute minimum of types, specialisation for two parameters.

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

Returns the smaller (see less) of the two parameters.

Definition at line 98 of file relation.hpp.


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