v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::AsAtomicImpl< TAtomicStorageType >::cast_helper< U > Struct Template Reference
Collaboration diagram for v8::base::AsAtomicImpl< TAtomicStorageType >::cast_helper< U >:

Static Public Member Functions

static AtomicStorageType to_storage_type (U value)
 
static U to_return_type (AtomicStorageType value)
 

Detailed Description

template<typename TAtomicStorageType>
template<typename U>
struct v8::base::AsAtomicImpl< TAtomicStorageType >::cast_helper< U >

Definition at line 199 of file atomic-utils.h.

Member Function Documentation

◆ to_return_type()

template<typename TAtomicStorageType >
template<typename U >
static U v8::base::AsAtomicImpl< TAtomicStorageType >::cast_helper< U >::to_return_type ( AtomicStorageType value)
inlinestatic

Definition at line 203 of file atomic-utils.h.

Here is the caller graph for this function:

◆ to_storage_type()

template<typename TAtomicStorageType >
template<typename U >
static AtomicStorageType v8::base::AsAtomicImpl< TAtomicStorageType >::cast_helper< U >::to_storage_type ( U value)
inlinestatic

Definition at line 200 of file atomic-utils.h.


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