llvm-mos-sdk
Static Public Member Functions | Static Public Attributes | List of all members
std::_numeric_limits_helper< T, IsIntegral > Struct Template Reference

Static Public Member Functions

static constexpr T min () noexcept
 
static constexpr T max () noexcept
 
static constexpr T lowest () noexcept
 

Static Public Attributes

static constexpr bool is_specialized = false
 
static constexpr bool is_signed = false
 
static constexpr bool is_integer = false
 
static constexpr bool is_exact = false
 
static constexpr bool is_bounded = false
 
static constexpr bool is_modulo = false
 
static constexpr int radix = 0
 
static constexpr int digits = 0
 
static constexpr int digits10 = 0
 

Member Function Documentation

◆ lowest()

template<class T , bool IsIntegral>
static constexpr T std::_numeric_limits_helper< T, IsIntegral >::lowest ( )
inlinestaticconstexprnoexcept

◆ max()

template<class T , bool IsIntegral>
static constexpr T std::_numeric_limits_helper< T, IsIntegral >::max ( )
inlinestaticconstexprnoexcept

◆ min()

template<class T , bool IsIntegral>
static constexpr T std::_numeric_limits_helper< T, IsIntegral >::min ( )
inlinestaticconstexprnoexcept

Member Data Documentation

◆ digits

template<class T , bool IsIntegral>
constexpr int std::_numeric_limits_helper< T, IsIntegral >::digits = 0
staticconstexpr

◆ digits10

template<class T , bool IsIntegral>
constexpr int std::_numeric_limits_helper< T, IsIntegral >::digits10 = 0
staticconstexpr

◆ is_bounded

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_bounded = false
staticconstexpr

◆ is_exact

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_exact = false
staticconstexpr

◆ is_integer

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_integer = false
staticconstexpr

◆ is_modulo

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_modulo = false
staticconstexpr

◆ is_signed

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_signed = false
staticconstexpr

◆ is_specialized

template<class T , bool IsIntegral>
constexpr bool std::_numeric_limits_helper< T, IsIntegral >::is_specialized = false
staticconstexpr

◆ radix

template<class T , bool IsIntegral>
constexpr int std::_numeric_limits_helper< T, IsIntegral >::radix = 0
staticconstexpr

The documentation for this struct was generated from the following file: