std::numeric_limits<T>::has_denorm

The value of std::numeric_limits::has_denorm identifies the floating-point types that support subnormal values.

# Declarations

static const std::float_denorm_style has_denorm;

(until C++11)

static constexpr std::float_denorm_style has_denorm;

(since C++11) (deprecated in C++23)

# See also