V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::internal::OptionalStorageBase< T, bool > Struct Template Reference

Public Member Functions

template<class... Args>
constexpr OptionalStorageBase (in_place_t, Args &&... args)
 
template<class... Args>
void Init (Args &&... args)
 

Public Attributes

bool is_populated_ = false
 
union {
   char   empty_
 
   T   value_
 
}; 
 

Detailed Description

template<typename T, bool = std::is_trivially_destructible<T>::value>
struct v8::base::internal::OptionalStorageBase< T, bool >

Definition at line 45 of file optional.h.


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