STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | List of all members
numeric_limits< _ULONGLONG > Class Template Reference
Inheritance diagram for numeric_limits< _ULONGLONG >:
_Num_int_base _Num_base

Public Types

typedef _ULONGLONG _Ty
 

Public Member Functions

 _STCONS (bool, is_signed, false)
 
 _STCONS (int, digits, CHAR_BIT *sizeof(_ULONGLONG))
 
- Public Member Functions inherited from _Num_int_base
 _STCONS (bool, is_bounded, true)
 
 _STCONS (bool, is_exact, true)
 
 _STCONS (bool, is_integer, true)
 
 _STCONS (bool, is_modulo, true)
 
 _STCONS (bool, is_specialized, true)
 
 _STCONS (int, radix, 2)
 
- Public Member Functions inherited from _Num_base
 _STCONS (float_denorm_style, has_denorm, denorm_absent)
 
 _STCONS (bool, has_denorm_loss, false)
 
 _STCONS (bool, has_infinity, false)
 
 _STCONS (bool, has_quiet_NaN, false)
 
 _STCONS (bool, has_signaling_NaN, false)
 
 _STCONS (bool, is_bounded, false)
 
 _STCONS (bool, is_exact, false)
 
 _STCONS (bool, is_iec559, false)
 
 _STCONS (bool, is_integer, false)
 
 _STCONS (bool, is_modulo, false)
 
 _STCONS (bool, is_signed, false)
 
 _STCONS (bool, is_specialized, false)
 
 _STCONS (bool, tinyness_before, false)
 
 _STCONS (bool, traps, false)
 
 _STCONS (float_round_style, round_style, round_toward_zero)
 
 _STCONS (int, digits, 0)
 
 _STCONS (int, digits10, 0)
 
 _STCONS (int, max_digits10, 0)
 
 _STCONS (int, max_exponent, 0)
 
 _STCONS (int, max_exponent10, 0)
 
 _STCONS (int, min_exponent, 0)
 
 _STCONS (int, min_exponent10, 0)
 
 _STCONS (int, radix, 0)
 

Static Public Member Functions

static constexpr _Ty() min () _THROW0()
 
static constexpr _Ty() max () _THROW0()
 
static constexpr _Ty lowest () _THROW0()
 
static constexpr _Ty epsilon () _THROW0()
 
static constexpr _Ty round_error () _THROW0()
 
static constexpr _Ty denorm_min () _THROW0()
 
static constexpr _Ty infinity () _THROW0()
 
static constexpr _Ty quiet_NaN () _THROW0()
 
static constexpr _Ty signaling_NaN () _THROW0()
 

Member Typedef Documentation

Member Function Documentation

numeric_limits< _ULONGLONG >::_STCONS ( bool  ,
is_signed  ,
false   
)
numeric_limits< _ULONGLONG >::_STCONS ( int  ,
digits  ,
CHAR_BIT sizeof_ULONGLONG 
)
static constexpr _Ty numeric_limits< _ULONGLONG >::denorm_min ( )
inlinestatic
1049  { // return minimum denormalized value
1050  return (0);
1051  }
static constexpr _Ty numeric_limits< _ULONGLONG >::epsilon ( )
inlinestatic
1039  { // return smallest effective increment from 1.0
1040  return (0);
1041  }
static constexpr _Ty numeric_limits< _ULONGLONG >::infinity ( )
inlinestatic
1054  { // return positive infinity
1055  return (0);
1056  }
static constexpr _Ty numeric_limits< _ULONGLONG >::lowest ( )
inlinestatic
1034  { // return most negative value
1035  return ((min)());
1036  }
static constexpr _Ty() min() _THROW0()
Definition: limits:1023
static constexpr _Ty() numeric_limits< _ULONGLONG >::max ( )
inlinestatic
1029  { // return maximum value
1030  return (_ULLONG_MAX);
1031  }
#define _ULLONG_MAX
Definition: yvals.h:582
static constexpr _Ty() numeric_limits< _ULONGLONG >::min ( )
inlinestatic
1024  { // return minimum value
1025  return (0);
1026  }
static constexpr _Ty numeric_limits< _ULONGLONG >::quiet_NaN ( )
inlinestatic
1059  { // return non-signaling NaN
1060  return (0);
1061  }
static constexpr _Ty numeric_limits< _ULONGLONG >::round_error ( )
inlinestatic
1044  { // return largest rounding error
1045  return (0);
1046  }
static constexpr _Ty numeric_limits< _ULONGLONG >::signaling_NaN ( )
inlinestatic
1064  { // return signaling NaN
1065  return (0);
1066  }

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