|
|
using | element_type = T |
| |
|
using | wider_type = decltype(T {} *T {}) |
| |
|
typedef float | float_type |
| |
|
|
static const bool | integral = true |
| |
|
static const bool | is_signed = std::numeric_limits<T>::is_signed |
| |
|
static const int | bits_used = std::numeric_limits<T>::digits |
| |
|
static const T | max_intensity = std::numeric_limits<T>::max() |
| |
The documentation for this struct was generated from the following file: