NiHu
2.0
|
Compute minimum of types. More...
#include <relation.hpp>
Compute minimum 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 minimum of first value and the minimum of the other values in the list.
Definition at line 88 of file relation.hpp.