NiHu
2.0
|
Metafunction returning the multiplicate of two integers. More...
#include <integer.hpp>
Additional Inherited Members | |
Public Types inherited from tmp::integer< T, N *M > | |
typedef integer | type |
self returning metafunction | |
Static Public Attributes inherited from tmp::integer< T, N *M > | |
static const T | next |
the next value | |
static const T | prev |
the previous value | |
Metafunction returning the multiplicate of two integers.
T | Integer type |
N | First operand |
M | Second operand |
N
* M
Definition at line 110 of file integer.hpp.