![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-maybe.h>
Classes | |
struct | JustTag |
Public Member Functions | |
V8_INLINE bool | IsNothing () const |
V8_INLINE bool | IsJust () const |
V8_INLINE bool | operator== (const Maybe &other) const |
V8_INLINE bool | operator!= (const Maybe &other) const |
Private Member Functions | |
Maybe () | |
Maybe (JustTag) | |
Private Attributes | |
bool | is_valid_ |
Friends | |
template<class U > | |
Maybe< U > | Nothing () |
Maybe< void > | JustVoid () |
Definition at line 131 of file v8-maybe.h.
|
inlineprivate |
Definition at line 147 of file v8-maybe.h.
Definition at line 148 of file v8-maybe.h.
Definition at line 134 of file v8-maybe.h.
Definition at line 133 of file v8-maybe.h.
|
friend |
Definition at line 157 of file v8-maybe.h.
|
friend |
Definition at line 112 of file v8-maybe.h.
|
private |
Definition at line 150 of file v8-maybe.h.