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

#include <safe_conversions.h>

Collaboration diagram for v8::base::internal::IsValueInRangeFastOp< Dst, Src >:

Static Public Member Functions

static constexpr bool Do (Src)
 

Static Public Attributes

static constexpr bool is_supported = false
 

Detailed Description

template<typename Dst, typename Src>
struct v8::base::internal::IsValueInRangeFastOp< Dst, Src >

Definition at line 45 of file safe_conversions.h.

Member Function Documentation

◆ Do()

template<typename Dst , typename Src >
static constexpr bool v8::base::internal::IsValueInRangeFastOp< Dst, Src >::Do ( Src )
inlinestaticconstexpr

Definition at line 47 of file safe_conversions.h.

Here is the caller graph for this function:

Member Data Documentation

◆ is_supported

template<typename Dst , typename Src >
bool v8::base::internal::IsValueInRangeFastOp< Dst, Src >::is_supported = false
staticconstexpr

Definition at line 46 of file safe_conversions.h.


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