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 209 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 213 of file atomic-utils.h.

◆ 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 210 of file atomic-utils.h.


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