plll  1.0
plll::arithmetic::NIntContext< IType > Class Template Reference

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.
 

Detailed Description

template<class IType>
class plll::arithmetic::NIntContext< IType >

Represents an arithmetic context for native integers.

Template Parameters
ITypeA native signed integer type, such as int, long int and long long.
See also
Contexts.

Definition at line 65 of file arithmetic-nint.hpp.


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