Givaro
Data Structures | Namespaces | Typedefs
random-integer.h File Reference
#include "gmp++/gmp++.h"
+ Include dependency graph for random-integer.h:

Data Structures

class  RandomIntegerIterator< _Unsigned, _Exact_Size >
 Random Integer Iterator. More...
 

Namespaces

 Givaro
 Namespace in which the whole Givaro library resides.
 

Typedefs

template<bool B>
using bool_constant = integral_constant< bool, B >
 

Typedef Documentation

◆ bool_constant

using bool_constant = integral_constant<bool, B>