v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::CheckedNumeric< T >::Wrapper< Src > Struct Template Reference
Collaboration diagram for v8::base::internal::CheckedNumeric< T >::Wrapper< Src >:

Static Public Member Functions

static constexpr bool is_valid (Src)
 
static constexpr Src value (Src value)
 

Detailed Description

template<typename T>
template<typename Src>
struct v8::base::internal::CheckedNumeric< T >::Wrapper< Src >

Definition at line 253 of file checked_math.h.

Member Function Documentation

◆ is_valid()

template<typename T >
template<typename Src >
static constexpr bool v8::base::internal::CheckedNumeric< T >::Wrapper< Src >::is_valid ( Src )
inlinestaticconstexpr

Definition at line 254 of file checked_math.h.

Here is the caller graph for this function:

◆ value()

template<typename T >
template<typename Src >
static constexpr Src v8::base::internal::CheckedNumeric< T >::Wrapper< Src >::value ( Src value)
inlinestaticconstexpr

Definition at line 255 of file checked_math.h.

Here is the call graph for this function:
Here is the caller graph for this function:

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