V8  latest master commit
V8 is Google's open source JavaScript engine
cppgc::internal::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

template<typename T , template< typename... V > class U>
constexpr bool cppgc::internal::IsSubclassOfTemplate< T, U >::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:
cppgc::internal::IsSubclassOfTemplate::value
static constexpr bool value
Definition: type-traits.h:36