pstore2
Static Public Member Functions | Static Public Attributes | List of all members
std::numeric_limits< pstore::address > Class Template Reference

Static Public Member Functions

static constexpr type min () noexcept
 
static constexpr type max () noexcept
 
static constexpr type lowest () noexcept
 
static constexpr type epsilon () noexcept
 
static constexpr type round_error () noexcept
 
static constexpr type infinity () noexcept
 
static constexpr type quiet_NaN () noexcept
 
static constexpr type signaling_NaN () noexcept
 
static constexpr type denorm_min () noexcept
 

Static Public Attributes

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

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