NiHu  2.0
tmp::mul< integer< T, N >, integer< T, M > > Struct Template Reference

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
 

Detailed Description

template<class T, T N, T M>
struct tmp::mul< integer< T, N >, integer< T, M > >

Metafunction returning the multiplicate of two integers.

Template Parameters
TInteger type
NFirst operand
MSecond operand
Returns
Integer value of N * M

Definition at line 110 of file integer.hpp.


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