meta_math::impl::is_prime_to_max_odd< x, max_odd > Struct Template Reference

List of all members.

Static Public Attributes

static bool const value

template<long int x, long int max_odd>
struct meta_math::impl::is_prime_to_max_odd< x, max_odd >


Member Data Documentation

template<long int x, long int max_odd>
bool const meta_math::impl::is_prime_to_max_odd< x, max_odd >::value [static]
Initial value:
 x % max_odd != 0
                                  && is_prime_to_max_odd<x, max_odd-2>::value

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Generated by  doxygen 1.6.2-20100208