v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | Static Public Member Functions | List of all members
v8toolkit::CastToNative< void > Struct Template Reference

#include <casts.hpp>

Public Member Functions

void operator() (v8::Isolate *isolate, v8::Local< v8::Value > value) const
 

Static Public Member Functions

static constexpr bool callable ()
 

Detailed Description

template<>
struct v8toolkit::CastToNative< void >

Definition at line 135 of file casts.hpp.

Member Function Documentation

void v8toolkit::CastToNative< void >::operator() ( v8::Isolate *  isolate,
v8::Local< v8::Value >  value 
) const
inline

Definition at line 136 of file casts.hpp.

static constexpr bool v8toolkit::CastToNative< void >::callable ( )
inlinestatic

Definition at line 137 of file casts.hpp.

References v8toolkit::CAST_TO_NATIVE(), and HANDLE_FUNCTION_VALUES.

Here is the call graph for this function:


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