Numeric traits specialization for mi::Sint64.
More...
#include <types.h>
|
static const bool | is_specialized = true |
| true for specialization. More...
|
|
static const bool | has_infinity |
| Constant that is true if and only if T has an infinity representation. More...
|
|
static const bool | has_quiet_NaN |
| Constant that is true if and only if T has a quiet NaN (not-a-number) representation. More...
|
|
static const bool | has_signaling_NaN |
| Constant that is true if and only if T has a signaling NaN (not-a-number) representation. More...
|
|
Numeric traits specialization for mi::Sint64.
◆ infinity()
Returns an infinity value for T
, if one exists, and T()
otherwise.
◆ quiet_NaN()
Returns a quiet NaN value for T
, if one exists, and T()
otherwise.
◆ signaling_NaN()
Returns a signaling NaN value for T
, if one exists, and T()
otherwise.
◆ has_infinity
Constant that is true
if and only if T
has an infinity representation.
You can get the infinity representation through the infinity()
method.
◆ has_quiet_NaN
Constant that is true
if and only if T
has a quiet NaN (not-a-number) representation.
You can get the quiet NaN representation through the quiet_NaN()
method.
◆ has_signaling_NaN
Constant that is true
if and only if T
has a signaling NaN (not-a-number) representation.
You can get the signaling NaN representation through the signaling_NaN()
method.