plll
1.0
|
Represents an arithmetic context for native integers. More...
#include <arithmetic-nint.hpp>
Classes | |
class | UniformRNG |
A uniform random number generator frontend. More... | |
Public Types | |
enum | |
The properties of native CPU integers. | |
typedef arithmetic::NInt< IType > | Integer |
The integer type. | |
typedef arithmetic::NInt< IType > | Type |
The integer type. | |
Represents an arithmetic context for native integers.
IType | A native signed integer type, such as int , long int and long long . |
Definition at line 65 of file arithmetic-nint.hpp.