V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::PointerWithPayloadTraits< PointerType > Struct Template Reference

Static Public Attributes

static constexpr int value
 

Detailed Description

template<typename PointerType>
struct v8::internal::PointerWithPayloadTraits< PointerType >

Definition at line 18 of file pointer-with-payload.h.

Member Data Documentation

◆ value

template<typename PointerType >
constexpr int v8::internal::PointerWithPayloadTraits< PointerType >::value
static
Initial value:
=
alignof(PointerType) >= 8 ? 3 : alignof(PointerType) >= 4 ? 2 : 1

Definition at line 19 of file pointer-with-payload.h.


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