Static Public Member Functions | |
| char | min () throw () |
| char | max () throw () |
| char | epsilon () throw () |
| char | round_error () throw () |
| char | infinity () throw () |
| char | quiet_NaN () throw () |
| char | signaling_NaN () throw () |
| char | denorm_min () throw () |
Static Public Attributes | |
| const bool | is_specialized = true |
| const int | digits = __glibcxx_digits (char) |
| const int | digits10 = __glibcxx_digits10 (char) |
| const bool | is_signed = __glibcxx_signed (char) |
| const bool | is_integer = true |
| const bool | is_exact = true |
| const int | radix = 2 |
| const int | min_exponent = 0 |
| const int | min_exponent10 = 0 |
| const int | max_exponent = 0 |
| const int | max_exponent10 = 0 |
| const bool | has_infinity = false |
| const bool | has_quiet_NaN = false |
| const bool | has_signaling_NaN = false |
| const float_denorm_style | has_denorm = denorm_absent |
| const bool | has_denorm_loss = false |
| const bool | is_iec559 = false |
| const bool | is_bounded = true |
| const bool | is_modulo = true |
| const bool | traps = __glibcxx_integral_traps |
| const bool | tinyness_before = false |
| const float_round_style | round_style = round_toward_zero |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 373 of file limits. References __glibcxx_max. |
|
|
Definition at line 371 of file limits. References __glibcxx_min. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6