V8  latest master commit
V8 is Google's open source JavaScript engine
v8::Maybe< void > Class Reference

#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 ()
 

Detailed Description

Definition at line 9980 of file v8.h.

Member Function Documentation

◆ IsJust()

V8_INLINE bool v8::Maybe< void >::IsJust ( ) const
inline

Definition at line 9983 of file v8.h.

◆ IsNothing()

V8_INLINE bool v8::Maybe< void >::IsNothing ( ) const
inline

Definition at line 9982 of file v8.h.

◆ operator!=()

V8_INLINE bool v8::Maybe< void >::operator!= ( const Maybe< void > &  other) const
inline

Definition at line 9989 of file v8.h.

◆ operator==()

V8_INLINE bool v8::Maybe< void >::operator== ( const Maybe< void > &  other) const
inline

Definition at line 9985 of file v8.h.

Friends And Related Function Documentation

◆ JustVoid

Maybe<void> JustVoid ( )
friend

Definition at line 10006 of file v8.h.

◆ Nothing

template<class U >
Maybe<U> Nothing ( )
friend

Definition at line 9969 of file v8.h.


The documentation for this class was generated from the following file: