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

#include <custom-space.h>

Collaboration diagram for cppgc::internal::IsAllocatedOnCompactableSpace< T >:

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct cppgc::internal::IsAllocatedOnCompactableSpace< T >

Definition at line 87 of file custom-space.h.

Member Data Documentation

◆ value

template<typename T >
bool cppgc::internal::IsAllocatedOnCompactableSpace< T >::value
staticconstexpr
Initial value:
=
IsAllocatedOnCompactableSpaceImpl<typename SpaceTrait<T>::Space>::value

Definition at line 89 of file custom-space.h.


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