|
|
| fixed (fixed const &)=default |
| |
|
fixed & | operator= (fixed const &)=default |
| |
|
| fixed (fixed &&)=default |
| |
|
fixed & | operator= (fixed &&)=default |
| |
|
constexpr | fixed (std::floating_point auto other) noexcept |
| |
|
constexpr | fixed (std::integral auto other) noexcept |
| |
|
| fixed (std::string const &other) |
| |
|
constexpr fixed & | operator= (std::floating_point auto other) noexcept |
| |
|
constexpr fixed & | operator= (std::integral auto other) noexcept |
| |
|
fixed & | operator= (std::string const &other) |
| |
|
template<std::floating_point O> |
| | operator O () const noexcept |
| |
|
template<std::integral O> |
| | operator O () const noexcept |
| |
|
std::string | string () const noexcept |
| |
|
|
static fixed | from_raw_value (T value) noexcept |
| |
|
|
static constexpr int | multiplier = M |
| |
The documentation for this struct was generated from the following file: