std::numeric_limits<T>::has_denorm
Min standard notice:
The value of std::numeric_limits
# 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)