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

Detailed Description

template<typename T, bool = IsGarbageCollectedMixinTypeV<T>>
struct cppgc::subtle::ObjectSizeTrait< T, bool >

Trait specifying how to get the size of an object that was allocated using MakeGarbageCollected(). Also supports querying the size with an inner pointer to a mixin.

Definition at line 33 of file object-size-trait.h.


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