v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-maybe.h>
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 |
Friends | |
template<class U > | |
Maybe< U > | Nothing () |
Maybe< void > | JustVoid () |
Definition at line 107 of file v8-maybe.h.
|
inline |
Definition at line 110 of file v8-maybe.h.
Referenced by Maybe< void >::operator==().
|
inline |
Definition at line 109 of file v8-maybe.h.
Definition at line 116 of file v8-maybe.h.
References Maybe< void >::operator==().
Definition at line 112 of file v8-maybe.h.
References Maybe< void >::IsJust().
Referenced by Maybe< void >::operator!=().
|
friend |
Definition at line 133 of file v8-maybe.h.
|
friend |
Definition at line 96 of file v8-maybe.h.