HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Public Types | |
using | value_type = hi::bigint<DigitType, NumDigits, IsSigned> |
Static Public Attributes | |
static constexpr bool | is_specialized = true |
static constexpr bool | is_signed = IsSigned |
static constexpr bool | is_integer = true |
static constexpr bool | is_exact = true |
static constexpr bool | has_infinity = false |
static constexpr bool | has_quiet_NaN = false |
static constexpr bool | has_signaling_NaN = false |
static constexpr float_round_style | round_style = std::round_toward_zero |
static constexpr bool | is_iec559 = false |
static constexpr bool | is_bounded = true |
static constexpr bool | is_modulo = true |
static constexpr int | digits = std::numeric_limits<DigitType>::digits * NumDigits |
static constexpr int | digits10 = std::numeric_limits<DigitType>::digits10 * NumDigits |
static constexpr int | max_digits10 = 0 |
static constexpr int | min_exponent = 0 |
static constexpr int | min_exponent10 = 0 |
static constexpr int | max_exponent = 0 |
static constexpr int | max_exponent10 = 0 |
static constexpr bool | traps = std::numeric_limits<DigitType>::traps |
static constexpr bool | tinyness_before = false |