V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::internal::MaxExponent< NumericType > Struct Template Reference

Static Public Attributes

static const int value
 

Detailed Description

template<typename NumericType>
struct v8::base::internal::MaxExponent< NumericType >

Definition at line 24 of file safe_conversions_impl.h.

Member Data Documentation

◆ value

template<typename NumericType >
const int v8::base::internal::MaxExponent< NumericType >::value
static
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: