MDL SDK API nvidia_logo_transpbg.gif Up
mi::base::numeric_traits<Sint32> Struct Reference

Numeric traits specialization for mi::Sint32. More...

#include <types.h>

Inheritance diagram for mi::base::numeric_traits<Sint32>:

Static Public Member Functions

static Sint32() min () noexcept
 INT_MIN. More...
 
static Sint32() max () noexcept
 INT_MAX. More...
 
static Sint32 negative_max () noexcept
 INT_MIN. More...
 
- Static Public Member Functions inherited from mi::base::numeric_traits_base<Sint32>
static Sint32() min () noexcept
 Returns the minimum finite value for T (and for floating point types the minimum positive value). More...
 
static Sint32() max () noexcept
 Returns the maximum finite value for T. More...
 
static Sint32 negative_max () noexcept
 Returns the smallest finite negative value for T. More...
 
static Sint32 infinity () noexcept
 Returns an infinity value for T, if one exists, and T() otherwise. More...
 
static Sint32 quiet_NaN () noexcept
 Returns a quiet NaN value for T, if one exists, and T() otherwise. More...
 
static Sint32 signaling_NaN () noexcept
 Returns a signaling NaN value for T, if one exists, and T() otherwise. More...
 

Static Public Attributes

static const bool is_specialized = true
 true for specialization. More...
 
- Static Public Attributes inherited from mi::base::numeric_traits_base<Sint32>
static const bool is_specialized
 Constant that is true if and only if this traits is specialized for T. 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...
 

Detailed Description

Numeric traits specialization for mi::Sint32.