V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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_ | |
}; | |
Definition at line 45 of file optional.h.