mn::numeric_limits< bool > Class Reference
Spezial version for bool. More...
#include <mn_limits.hpp>
Public Types | |
using | value_type = bool |
Static Public Member Functions | |
static constexpr value_type | min () |
static constexpr value_type | max () |
static constexpr value_type | lowest () |
static constexpr value_type | epsilon () |
static constexpr value_type | round_error () |
static constexpr value_type | denorm_min () |
static constexpr value_type | infinity () |
static constexpr value_type | quiet_NaN () |
static constexpr value_type | signaling_NaN () |
Static Public Attributes | |
static constexpr int | digits = 1 |
static constexpr int | digits10 = 0 |
static constexpr bool | is_signed = false |
static constexpr bool | is_modulo = false |
Detailed Description
Spezial version for bool.
Member Typedef Documentation
◆ value_type
using mn::numeric_limits< bool >::value_type = bool |
Member Function Documentation
◆ denorm_min()
|
inlinestaticconstexpr |
◆ epsilon()
|
inlinestaticconstexpr |
◆ infinity()
|
inlinestaticconstexpr |
◆ lowest()
|
inlinestaticconstexpr |
◆ max()
|
inlinestaticconstexpr |
◆ min()
|
inlinestaticconstexpr |
◆ quiet_NaN()
|
inlinestaticconstexpr |
◆ round_error()
|
inlinestaticconstexpr |
◆ signaling_NaN()
|
inlinestaticconstexpr |
Member Data Documentation
◆ digits
|
staticconstexpr |
◆ digits10
|
staticconstexpr |
◆ is_modulo
|
staticconstexpr |
◆ is_signed
|
staticconstexpr |
The documentation for this class was generated from the following file: