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