v8
8.6.395 (node 15.0.1)
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 () |
|
inline |
Definition at line 10055 of file v8.h.
Referenced by Maybe< void >::operator==().
Definition at line 10061 of file v8.h.
References Maybe< void >::operator==().
Definition at line 10057 of file v8.h.
References Maybe< void >::IsJust().
Referenced by Maybe< void >::operator!=().