v8 10.2.154 (node 18.16.0)
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 162 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 169 of file type-traits.h.


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