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

Static Public Attributes

static const NumericRepresentation value
 

Detailed Description

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

Definition at line 366 of file safe_math_impl.h.

Member Data Documentation

◆ value

template<typename NumericType >
const NumericRepresentation v8::base::internal::GetNumericRepresentation< NumericType >::value
static
Initial value:
=
std::numeric_limits<NumericType>::is_integer
? NUMERIC_INTEGER
: (std::numeric_limits<NumericType>::is_iec559 ? NUMERIC_FLOATING
: NUMERIC_UNKNOWN)

Definition at line 367 of file safe_math_impl.h.


The documentation for this struct was generated from the following file: