linbox
|
Adaptor class to make a fixed-length sequence behave like a PrimeIterator. More...
#include <random-prime.h>
Public Member Functions | |
PrimeSequence & | operator++ () |
operator++() (prefix ++ operator) moves to the next prime in the sequence. | |
const Prime_Type & | operator* () const |
get the prime. More... | |
Adaptor class to make a fixed-length sequence behave like a PrimeIterator.
|
inline |
get the prime.
returns the actual prime.