#include <v8-maybe.h>
Public Member Functions | |
bool | IsNothing () const |
bool | IsJust () const |
bool | operator== (const Maybe &other) const |
bool | operator!= (const Maybe &other) const |
Friends | |
template<class U > | |
Maybe< U > | Nothing () |
Maybe< void > | JustVoid () |
|
inline |
|
inline |
|
friend |
|
friend |