maximum_value_helper< C > Struct Template Reference

#include <modular_int.hpp>

List of all members.

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<nat size>
template<typename C>
struct mmx::modulus_maximum_size_int< size >::maximum_value_helper< C >

Definition at line 54 of file modular_int.hpp.


Member Typedef Documentation

Definition at line 56 of file modular_int.hpp.


Member Function Documentation

static C dyn_value (  )  [inline, static]

Definition at line 58 of file modular_int.hpp.

References maximum_value_helper< C >::value.

00058 { return value; }


Member Data Documentation

const nat _size = maximum_size_helper<C>::value [static]

Definition at line 55 of file modular_int.hpp.

const C value = MMX_SAFE_LEFT_SHIFT_INT (uC, 1, _size) - 1 [static]

Definition at line 57 of file modular_int.hpp.

Referenced by maximum_value_helper< C >::dyn_value().


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1