v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::detail::TaggedOperatorArrowRef< T > Class Template Reference

#include <tagged.h>

Collaboration diagram for v8::internal::detail::TaggedOperatorArrowRef< T >:

Public Member Functions

V8_INLINE constexpr Toperator-> ()
 

Private Member Functions

V8_INLINE constexpr TaggedOperatorArrowRef (T object)
 

Private Attributes

T object_
 

Friends

class Tagged< T >
 

Detailed Description

template<typename T>
class v8::internal::detail::TaggedOperatorArrowRef< T >

Definition at line 340 of file tagged.h.

Constructor & Destructor Documentation

◆ TaggedOperatorArrowRef()

template<typename T >
V8_INLINE constexpr v8::internal::detail::TaggedOperatorArrowRef< T >::TaggedOperatorArrowRef ( T object)
inlineexplicitconstexprprivate

Definition at line 346 of file tagged.h.

Member Function Documentation

◆ operator->()

template<typename T >
V8_INLINE constexpr T * v8::internal::detail::TaggedOperatorArrowRef< T >::operator-> ( )
inlineconstexpr

Definition at line 342 of file tagged.h.

Friends And Related Symbol Documentation

◆ Tagged< T >

template<typename T >
friend class Tagged< T >
friend

Definition at line 342 of file tagged.h.

Member Data Documentation

◆ object_

template<typename T >
T v8::internal::detail::TaggedOperatorArrowRef< T >::object_
private

Definition at line 348 of file tagged.h.


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