|
static const NumericRepresentation | value |
|
template<typename NumericType>
struct v8::base::internal::GetNumericRepresentation< NumericType >
Definition at line 366 of file safe_math_impl.h.
◆ value
template<typename NumericType >
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: