tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
numeric_limits< T volatile > Struct Template Reference

#include <numeric_limits.hpp>

Inheritance diagram for numeric_limits< T volatile >:
numeric_limits< T >

Additional Inherited Members

- Static Public Member Functions inherited from numeric_limits< T >
static constexpr auto denorm_min () noexcept -> T
 
static constexpr auto epsilon () noexcept -> T
 
static constexpr auto infinity () noexcept -> T
 
static constexpr auto lowest () noexcept
 
static constexpr auto max () noexcept
 
static constexpr auto min () noexcept
 
static constexpr auto quiet_NaN () noexcept -> T
 
static constexpr auto round_error () noexcept -> T
 
static constexpr auto signaling_NaN () noexcept -> T
 
- Static Public Attributes inherited from numeric_limits< T >
static constexpr int digits = 0
 
static constexpr int digits10 = 0
 
static constexpr float_denorm_style has_denorm = denorm_absent
 
static constexpr bool has_denorm_loss = false
 
static constexpr bool has_infinity = false
 
static constexpr bool has_quiet_NaN = false
 
static constexpr bool has_signaling_NaN = false
 
static constexpr bool is_bounded = false
 
static constexpr bool is_exact = false
 
static constexpr bool is_iec559 = false
 
static constexpr bool is_integer = false
 
static constexpr bool is_modulo = false
 
static constexpr bool is_signed = false
 
static constexpr bool is_specialized = false
 
static constexpr int max_digits10 = 0
 
static constexpr int max_exponent = 0
 
static constexpr int max_exponent10 = 0
 
static constexpr int min_exponent = 0
 
static constexpr int min_exponent10 = 0
 
static constexpr int radix = 0
 
static constexpr float_round_style round_style = round_toward_zero
 
static constexpr bool tinyness_before = false
 
static constexpr bool traps = false
 

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