|
|
| fixed (fixed const &)=default |
| |
|
fixed & | operator= (fixed const &)=default |
| |
|
| fixed (fixed &&)=default |
| |
|
fixed & | operator= (fixed &&)=default |
| |
|
template<typename O , std::enable_if_t< std::is_floating_point_v< O >, int > = 0> |
| constexpr | fixed (O other) noexcept |
| |
|
template<typename O , std::enable_if_t< std::is_integral_v< O >, int > = 0> |
| constexpr | fixed (O other) noexcept |
| |
|
| fixed (std::string const &other) |
| |
|
template<typename O , std::enable_if_t< std::is_floating_point_v< O >, int > = 0> |
| constexpr fixed & | operator= (O other) noexcept |
| |
|
template<typename O , std::enable_if_t< std::is_integral_v< O >, int > = 0> |
| constexpr fixed & | operator= (O other) noexcept |
| |
|
fixed & | operator= (std::string const &other) |
| |
|
template<typename O , std::enable_if_t< std::is_floating_point_v< O >, int > = 0> |
| | operator O () const noexcept |
| |
|
template<typename O , std::enable_if_t< std::is_integral_v< O >, int > = 0> |
| | operator O () const noexcept |
| |
|
std::string | string () const noexcept |
| |
|
|
static fixed | fromValue (T value) noexcept |
| |
|
|
static constexpr int | multiplier = M |
| |
The documentation for this struct was generated from the following file: