![]() |
v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
|
#include <cstddef>#include <type_traits>

Go to the source code of this file.
Namespaces | |
| namespace | cppgc |
| namespace | cppgc::internal |
Variables | |
| template<typename T > | |
| constexpr bool | IsTraceableV = IsTraceable<T>::value |
| template<typename T , typename U > | |
| constexpr bool | IsDecayedSameV |
| template<typename B , typename D > | |
| constexpr bool | IsStrictlyBaseOfV |
| template<typename T > | |
| constexpr bool | IsAnyMemberTypeV = false |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedMixinTypeV |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedTypeV |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedOrMixinTypeV |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedWithMixinTypeV |
| template<typename T > | |
| constexpr bool | IsMemberTypeV = internal::IsMemberType<T>::value |
| template<typename T > | |
| constexpr bool | IsUntracedMemberTypeV = internal::IsUntracedMemberType<T>::value |
| template<typename T > | |
| constexpr bool | IsWeakMemberTypeV = internal::IsWeakMemberType<T>::value |
| template<typename T > | |
| constexpr bool | IsWeakV = internal::IsWeak<T>::value |
| template<typename T > | |
| constexpr bool | IsCompleteV = internal::IsComplete<T>::value |
| template<typename T > | |
| constexpr bool | IsMemberOrWeakMemberTypeV |
| template<typename T > | |
| constexpr bool | IsAnyMemberTypeV = internal::IsAnyMemberTypeV<std::decay_t<T>> |