v8 12.4.254 (node 22.4.1)
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 130 of file v8-maybe.h.
|
inline |
Definition at line 133 of file v8-maybe.h.
|
inline |
Definition at line 132 of file v8-maybe.h.
Definition at line 139 of file v8-maybe.h.
References Maybe< T >::operator==().
Definition at line 135 of file v8-maybe.h.
References Maybe< T >::IsJust().
|
friend |
Definition at line 156 of file v8-maybe.h.
|
friend |
Definition at line 111 of file v8-maybe.h.