|
llvm-mos-sdk
|
Static Public Member Functions | |
| static constexpr T | min () noexcept |
| static constexpr T | max () noexcept |
| static constexpr T | lowest () noexcept |
Static Public Attributes | |
| static constexpr bool | is_specialized = true |
| static constexpr bool | is_signed = __is_signed(T) |
| static constexpr bool | is_integer = true |
| static constexpr bool | is_exact = true |
| static constexpr bool | is_bounded = true |
| static constexpr bool | is_modulo = !is_signed |
| static constexpr int | radix = 2 |
| static constexpr int | digits = sizeof(T) * 8 - is_signed |
| static constexpr int | digits10 = digits * 3 / 10 |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |