v8
7.4.288(node12.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8.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 9056 of file v8.h.
References Maybe< T >::operator==().
Definition at line 9052 of file v8.h.
References Maybe< T >::IsJust().