#include <gc-info.h>
Definition at line 115 of file gc-info.h.
◆ ResultType
◆ kBothTypesAreTriviallyDestructible
constexpr bool kBothTypesAreTriviallyDestructible |
|
staticconstexpr |
Initial value:=
std::is_trivially_destructible<ParentMostGarbageCollectedType>::value &&
std::is_trivially_destructible<T>::value
Definition at line 118 of file gc-info.h.
◆ kHasCustomFinalizerDispatchAtBase
constexpr bool kHasCustomFinalizerDispatchAtBase |
|
staticconstexpr |
Initial value:=
internal::HasFinalizeGarbageCollectedObject<
ParentMostGarbageCollectedType>::value
Definition at line 121 of file gc-info.h.
◆ kHasVirtualDestructorAtBase
constexpr bool kHasVirtualDestructorAtBase |
|
staticconstexpr |
Initial value:=
std::has_virtual_destructor<ParentMostGarbageCollectedType>::value
Definition at line 116 of file gc-info.h.
◆ kWantsDetailedObjectNames
constexpr bool kWantsDetailedObjectNames = false |
|
staticconstexpr |
The documentation for this struct was generated from the following file: