meta_math::impl::max_prime_compare< x > Struct Template Reference
List of all members.
Static Public Attributes |
static long int const | tmp = sqrt<x>::value |
static long int const | value = tmp % 2 == 0 ? tmp + 1 : tmp + 2 |
template<long int x>
struct meta_math::impl::max_prime_compare< x >
The documentation for this struct was generated from the following file: