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

Metafunction returning the difference 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::minus< integer< T, N >, integer< T, M > >

Metafunction returning the difference of two integers.

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

Definition at line 100 of file integer.hpp.


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