Loading...
Searching...
No Matches
Classes | Public Member Functions | Friends | List of all members
v8::Maybe< void > Class Reference

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

Member Function Documentation

◆ IsJust()

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

◆ IsNothing()

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

◆ operator!=()

bool v8::Maybe< void >::operator!= ( const Maybe< void > &  other) const
inline
Here is the call graph for this function:

◆ operator==()

bool v8::Maybe< void >::operator== ( const Maybe< void > &  other) const
inline
Here is the call graph for this function:

Friends And Related Function Documentation

◆ JustVoid

Maybe< void > JustVoid ( )
friend

◆ Nothing

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

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