v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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 163 of file type-traits.h.

Field Documentation

◆ value

template<typename T >
constexpr bool value
staticconstexpr
Initial value:
=
decltype(IsSizeOfKnown(std::declval<T*>()))::value
static constexpr bool value

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


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