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>
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: