std::numeric_limits<T>::is_iec559
Min standard notice:
The value of std::numeric_limits
# Declarations
static const bool is_iec559;
(until C++11)
static constexpr bool is_iec559;
(since C++11)
The value of std::numeric_limits
static const bool is_iec559;
(until C++11)
static constexpr bool is_iec559;
(since C++11)