V8 Project
v8::base::internal::GetNumericRepresentation< NumericType > Struct Template Reference

#include <safe_math_impl.h>

+ Collaboration diagram for v8::base::internal::GetNumericRepresentation< NumericType >:

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
: (std::numeric_limits<NumericType>::is_iec559 ? NUMERIC_FLOATING

Definition at line 367 of file safe_math_impl.h.


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