libstdc++
std::numeric_limits< unsigned long long > Struct Template Reference

Static Public Member Functions

static constexpr unsigned long long denorm_min () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long epsilon () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long infinity () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long lowest () noexcept
 
static constexpr unsigned long long max () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long min () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long quiet_NaN () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long round_error () _GLIBCXX_USE_NOEXCEPT
 
static constexpr unsigned long long signaling_NaN () _GLIBCXX_USE_NOEXCEPT
 

Static Public Attributes

static constexpr int digits
 
static constexpr int digits10
 
static constexpr float_denorm_style has_denorm
 
static constexpr bool has_denorm_loss
 
static constexpr bool has_infinity
 
static constexpr bool has_quiet_NaN
 
static constexpr bool has_signaling_NaN
 
static constexpr bool is_bounded
 
static constexpr bool is_exact
 
static constexpr bool is_iec559
 
static constexpr bool is_integer
 
static constexpr bool is_modulo
 
static constexpr bool is_signed
 
static constexpr bool is_specialized
 
static constexpr int max_digits10
 
static constexpr int max_exponent
 
static constexpr int max_exponent10
 
static constexpr int min_exponent
 
static constexpr int min_exponent10
 
static constexpr int radix
 
static constexpr float_round_style round_style
 
static constexpr bool tinyness_before
 
static constexpr bool traps
 

Detailed Description

template<>
struct std::numeric_limits< unsigned long long >

numeric_limits<unsigned long long> specialization.

Definition at line 1331 of file limits.


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