A fixed-width unsigned integer. More...
#include <di/math/bigint/fixed_unsigned.h>
Public Member Functions | |
FixedUnsigned ()=default | |
constexpr | FixedUnsigned (bigint::StorageType value) |
constexpr auto | operator/ (FixedUnsigned const &divisor) const -> FixedUnsigned |
constexpr auto | operator% (FixedUnsigned const &divisor) const -> FixedUnsigned |
Friends | |
constexpr friend auto | operator== (FixedUnsigned const &a, FixedUnsigned const &b) -> bool |
constexpr friend auto | operator<=> (FixedUnsigned const &a, FixedUnsigned const &b) |
A fixed-width unsigned integer.
bits | The number of bits in the integer. |
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |
|
friend |