Loading...
Searching...
No Matches
Classes | Namespaces | Functions
v8-maybe.h File Reference
#include <type_traits>
#include <utility>
#include "v8-internal.h"
#include "v8config.h"
Include dependency graph for v8-maybe.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::Maybe< T >
 
class  v8::Maybe< void >
 

Namespaces

namespace  v8
 
namespace  v8::api_internal
 

Functions

void v8::api_internal::FromJustIsNothing ()
 
template<class T >
Maybe< T > v8::Nothing ()
 
template<class T >
Maybe< T > v8::Just (const T &t)
 
template<class T , std::enable_if_t<!std::is_lvalue_reference_v< T > > * = nullptr>
Maybe< T > v8::Just (T &&t)
 
Maybe< void > v8::JustVoid ()