|
NTLib - Number Theory Library 0.9
|
Public Member Functions | |
| reference & | operator= (bool val) |
| operator bool () const | |
Friends | |
| class | sieve_235 |
A proxy class to provide an lvalue that can be returned from operator[].
|
inlinenodiscard |
Returns the value of the current element.
|
inline |
Assigns a value to the referenced sieve entry.
| val | The value to set the current element to. If the element is a multiple of 2, 3 or 5 and val is true, this operation is ignored. |