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