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

Go to the source code of this file.
Namespaces | |
| cppgc | |
| cppgc::internal | |
Typedefs | |
| template<typename... Ts> | |
| using | void_t = typename make_void< Ts... >::type |
Variables | |
| template<typename T > | |
| constexpr bool | IsTraceableV = IsTraceable<T>::value |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedTypeV |
| template<typename T > | |
| constexpr bool | IsGarbageCollectedMixinTypeV |
| template<typename T > | |
| constexpr bool | IsWeakV = internal::IsWeak<T>::value |