v8  8.4.371 (node 14.15.5)
V8 is Google's open source JavaScript engine
IsSubclassOfTemplate< T, U > Struct Template Reference

#include <type-traits.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T, template< typename... V > class U>
struct cppgc::internal::IsSubclassOfTemplate< T, U >

Definition at line 29 of file type-traits.h.

Field Documentation

◆ value

constexpr bool value
staticconstexpr
Initial value:
=
decltype(SubclassCheck(std::declval<T*>()))::value

Definition at line 36 of file type-traits.h.


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