|
|
using | value_type |
| | Vector type using the provided scalar.
|
| static constexpr value_type | min () noexcept |
| | Returns the minimum finite value for each component.
|
| static constexpr value_type | max () noexcept |
| | Returns the maximum finite value for each component.
|
| static constexpr value_type | lowest () noexcept |
| | Returns the lowest finite value for each component.
|
| static constexpr value_type | epsilon () noexcept |
| | Returns the machine epsilon for each component.
|
| static constexpr value_type | roundError () noexcept |
| | Returns the rounding error for each component.
|
|
static constexpr bool | is_specialized |
| | Indicates this specialization is provided.
|
|
static constexpr int | digits |
| | Number of radix digits for the scalar type.
|
|
static constexpr int | digits10 |
| | Number of base-10 digits for the scalar type.
|
|
static constexpr int | max_digits10 |
| | Maximum number of base-10 digits to preserve round-trips.
|
|
static constexpr bool | is_signed |
| | true if the scalar type is signed.
|
|
static constexpr bool | is_integer |
| | true if the scalar type is integer.
|
|
static constexpr bool | is_exact |
| | true if the scalar type is exact.
|
|
static constexpr int | radix |
| | The radix of the scalar type representation.
|
The documentation for this class was generated from the following file: