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

metafunction returning the sum 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::plus< integer< T, N >, integer< T, M > >

metafunction returning the sum of two integers

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

Definition at line 90 of file integer.hpp.


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