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

Static Public Member Functions

static base::AtomicWord to_storage_type (S *value)
 
static S * to_return_type (base::AtomicWord value)
 

Detailed Description

template<typename T>
template<typename S>
struct v8::base::AtomicValue< T >::cast_helper< S * >

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

Member Function Documentation

◆ to_return_type()

template<typename T >
template<typename S >
static S * v8::base::AtomicValue< T >::cast_helper< S * >::to_return_type ( base::AtomicWord value)
inlinestatic

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

◆ to_storage_type()

template<typename T >
template<typename S >
static base::AtomicWord v8::base::AtomicValue< T >::cast_helper< S * >::to_storage_type ( S * value)
inlinestatic

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


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