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

Metafunction returning next integer. More...

#include <integer.hpp>

Additional Inherited Members

- Public Types inherited from tmp::integer< T, integer< T, N >::next >
typedef integer type
 self returning metafunction
 
- Static Public Attributes inherited from tmp::integer< T, integer< T, N >::next >
static const T next
 the next value
 
static const T prev
 the previous value
 

Detailed Description

template<class T, T N>
struct tmp::next< integer< T, N > >

Metafunction returning next integer.

Template Parameters
TInteger type
NInteger value
Returns
Integer value of N + 1

Definition at line 71 of file integer.hpp.


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