v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
Maybe< void > Class Reference

#include <v8-maybe.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 107 of file v8-maybe.h.

Member Function Documentation

◆ IsJust()

V8_INLINE bool IsJust ( ) const
inline

Definition at line 110 of file v8-maybe.h.

◆ IsNothing()

V8_INLINE bool IsNothing ( ) const
inline

Definition at line 109 of file v8-maybe.h.

◆ operator!=()

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

Definition at line 116 of file v8-maybe.h.

References Maybe< T >::operator==().

◆ operator==()

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

Definition at line 112 of file v8-maybe.h.

References Maybe< T >::IsJust().

Friends And Related Symbol Documentation

◆ JustVoid

Maybe< void > JustVoid ( )
friend

Definition at line 133 of file v8-maybe.h.

◆ Nothing

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

Definition at line 96 of file v8-maybe.h.


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