NiHu  2.0
tmp::min_< Val, Args > Struct Template Reference

Compute minimum of types. More...

#include <relation.hpp>

Detailed Description

template<class Val, class... Args>
struct tmp::min_< Val, Args >

Compute minimum of types.

Template Parameters
ValFirst value in the list
ArgsOther values in the list

This is the general recursive branch of the template metaprogram. The recursion is implemented by taking the minimum of first value and the minimum of the other values in the list.

Definition at line 88 of file relation.hpp.


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