v8  9.4.146 (node 16.15.0)
V8 is Google's open source JavaScript engine
IsComplete< T > Struct Template Reference

#include <type-traits.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct cppgc::internal::IsComplete< T >

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

Field Documentation

◆ value

constexpr bool value
staticconstexpr
Initial value:
=
decltype(IsSizeOfKnown(std::declval<T*>()))::value
static constexpr bool value
Definition: type-traits.h:176

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


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