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

Compute maximum of types. More...

#include <relation.hpp>

Detailed Description

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

Compute maximum 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 maximum of first value and the maximum of the other values in the list.

Definition at line 63 of file relation.hpp.


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