v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::GetNumericRepresentation< NumericType > Struct Template Reference

#include <checked_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 486 of file checked_math_impl.h.

Member Data Documentation

◆ value

template<typename NumericType >
const NumericRepresentation v8::base::internal::GetNumericRepresentation< NumericType >::value
static
Initial value:
=
std::integral<NumericType>
: (std::floating_point<NumericType> ? NUMERIC_FLOATING

Definition at line 487 of file checked_math_impl.h.


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