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

#include <conditional-stack-allocated.h>

Inheritance diagram for cppgc::internal::ConditionalStackAllocatedBase< T >:
Collaboration diagram for cppgc::internal::ConditionalStackAllocatedBase< T >:

Public Member Functions

 CPPGC_STACK_ALLOCATED ()
 

Detailed Description

template<typename T>
requires (!RequiresStackAllocated<T>)
class cppgc::internal::ConditionalStackAllocatedBase< T >

Definition at line 36 of file conditional-stack-allocated.h.

Member Function Documentation

◆ CPPGC_STACK_ALLOCATED()

template<typename T >
cppgc::internal::ConditionalStackAllocatedBase< T >::CPPGC_STACK_ALLOCATED ( )

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