|
FastLED 3.9.15
|
#include <limits.h>
Inheritance diagram for fl::numeric_limits< signed char >:
Collaboration diagram for fl::numeric_limits< signed char >:Public Types | |
| enum | |
| enum | : bool { has_infinity = false } |
| enum | : bool { is_specialized = true } |
| enum | |
| enum | : bool { has_quiet_NaN = false } |
| enum | |
| enum | |
| enum | |
| enum | : bool { is_integer = true } |
| enum | |
| enum | : bool { is_signed = true } |
| enum | |
| enum | |
| enum | : bool { has_signaling_NaN = false } |
| enum | : bool { is_exact = true } |
| enum | |
Static Public Member Functions | |
| static constexpr signed char | denorm_min () FL_NOEXCEPT |
| static constexpr signed char | epsilon () FL_NOEXCEPT |
| static constexpr signed char | epsilon () FL_NOEXCEPT |
| static constexpr signed char | infinity () FL_NOEXCEPT |
| static constexpr signed char | lowest () FL_NOEXCEPT |
| static constexpr signed char | lowest () FL_NOEXCEPT |
| static constexpr signed char | max () FL_NOEXCEPT |
| static constexpr signed char | max () FL_NOEXCEPT |
| static constexpr signed char | min () FL_NOEXCEPT |
| static constexpr signed char | min () FL_NOEXCEPT |
| static constexpr signed char | quiet_NaN () FL_NOEXCEPT |
| static constexpr signed char | round_error () FL_NOEXCEPT |
| static constexpr signed char | round_error () FL_NOEXCEPT |
| static constexpr signed char | signaling_NaN () FL_NOEXCEPT |
Static Public Attributes | |
| static constexpr int | digits = detail::integer_digits_helper<signed char>::value |
| static constexpr int | digits10 = detail::integer_digits10_helper<signed char>::value |