template<typename NumericType>
struct v8::base::internal::MaxExponent< NumericType >
Definition at line 24 of file safe_conversions_impl.h.
◆ value
template<typename NumericType >
Initial value:= std::numeric_limits<NumericType>::is_iec559
? std::numeric_limits<NumericType>::max_exponent
: (sizeof(NumericType) * 8 + 1 -
std::numeric_limits<NumericType>::is_signed)
Definition at line 25 of file safe_conversions_impl.h.
The documentation for this struct was generated from the following file: