libjmmcg
release_579_6_g8cffd
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 68 of file prime_numbers.hpp.
typedef E jmmcg::LIBJMMCG_VER_NAMESPACE::mpl::sieve_of_eratosthenes< E, MN >::element_type |
Definition at line 70 of file prime_numbers.hpp.
typedef std::vector<element_type> jmmcg::LIBJMMCG_VER_NAMESPACE::mpl::sieve_of_eratosthenes< E, MN >::primes_colln |
Definition at line 71 of file prime_numbers.hpp.
|
inlinestaticnoexcept |
Definition at line 103 of file prime_numbers.hpp.
References jmmcg::LIBJMMCG_VER_NAMESPACE::mpl::sieve_of_eratosthenes< E, MN >::max_num.
|
staticconstexpr |
Definition at line 73 of file prime_numbers.hpp.
Referenced by jmmcg::LIBJMMCG_VER_NAMESPACE::mpl::sieve_of_eratosthenes< E, MN >::result().