![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-maybe.h>
Public Member Functions | |
| constexpr | Maybe ()=default |
| constexpr | Maybe (internal::NullMaybeType) |
| V8_INLINE bool | IsNothing () const |
| V8_INLINE bool | IsEmpty () const |
| V8_INLINE bool | IsJust () const |
| V8_INLINE bool | operator== (const Maybe &other) const |
| V8_INLINE bool | operator!= (const Maybe &other) const |
Friends | |
| Maybe< void > | JustVoid () |
Definition at line 154 of file v8-maybe.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 157 of file v8-maybe.h.
|
inline |
Definition at line 160 of file v8-maybe.h.
References Maybe< void >::IsNothing().
|
inline |
Definition at line 161 of file v8-maybe.h.
Referenced by Maybe< void >::operator==().
|
inline |
Definition at line 159 of file v8-maybe.h.
Referenced by Maybe< void >::IsEmpty().
Definition at line 167 of file v8-maybe.h.
References Maybe< void >::operator==().
Definition at line 163 of file v8-maybe.h.
References Maybe< void >::IsJust().
Referenced by Maybe< void >::operator!=().
|
friend |
Definition at line 181 of file v8-maybe.h.