|
NiHu
2.0
|
integer type representation and basic integer arithmetics More...
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 | |
integer type representation and basic integer arithmetics
Definition in file integer.hpp.