libjmmcg
build_2783
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <prime_numbers.hpp>
Public Types | |
typedef E | element_type |
typedef std::vector< element_type > | primes_colln |
Static Public Member Functions | |
static primes_colln | result () noexcept(false) |
Static Public Attributes | |
static constexpr element_type | max_num =MN |
Definition at line 84 of file prime_numbers.hpp.
typedef E jmmcg::mpl::sieve_of_eratosthenes< E, MN >::element_type |
Definition at line 86 of file prime_numbers.hpp.
typedef std::vector<element_type> jmmcg::mpl::sieve_of_eratosthenes< E, MN >::primes_colln |
Definition at line 87 of file prime_numbers.hpp.
|
inlinestaticnoexcept |
Definition at line 119 of file prime_numbers.hpp.
|
staticconstexpr |
Definition at line 89 of file prime_numbers.hpp.