NiHu  2.0

integer type representation and basic integer arithmetics More...

#include "operator.hpp"
#include "relation.hpp"
Include dependency graph for integer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tmp::integer< T, N >
 integer type representation More...
 
struct  tmp::next< integer< T, N > >
 Metafunction returning next integer. More...
 
struct  tmp::prev< integer< T, N > >
 Metafunction returning previous integer. More...
 
struct  tmp::plus< integer< T, N >, integer< T, M > >
 metafunction returning the sum of two integers More...
 
struct  tmp::minus< integer< T, N >, integer< T, M > >
 Metafunction returning the difference of two integers. More...
 
struct  tmp::mul< integer< T, N >, integer< T, M > >
 Metafunction returning the multiplicate of two integers. More...
 
struct  tmp::less< integer< T, N >, integer< T, M > >
 Metafunction comparing to integers. More...
 
struct  tmp::greater< integer< T, N >, integer< T, M > >
 Metafunction comparing to integers. More...
 

Namespaces

 tmp
 template metaprogramming functions
 

Detailed Description

integer type representation and basic integer arithmetics

Definition in file integer.hpp.