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

Static Public Member Functions

static constexpr UnderlyingType< Src > value (Src value)
 

Detailed Description

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

Definition at line 178 of file clamped_math.h.

Member Function Documentation

◆ value()

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

Definition at line 179 of file clamped_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: