#include <v8-maybe.h>
Public Member Functions | |
constexpr | Maybe ()=default |
constexpr | Maybe (internal::NullMaybeType) |
bool | IsNothing () const |
bool | IsEmpty () const |
bool | IsJust () const |
bool | operator== (const Maybe &other) const |
bool | operator!= (const Maybe &other) const |
Friends | |
Maybe< void > | JustVoid () |
|
constexprdefault |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |
|
friend |