NiHu
2.0
|
Compute maximum of types. More...
#include <relation.hpp>
Compute maximum of types.
Val | First value in the list |
Args | Other 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.