v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <casts.hpp>
Public Member Functions | |
template<class U = T> | |
void | operator() (v8::Isolate *isolate, v8::Local< v8::Value > value) const |
Static Public Member Functions | |
static constexpr bool | callable () |
Casts from a boxed Javascript type to a native type
|
inline |
Definition at line 108 of file casts.hpp.
Referenced by v8toolkit::CastToJS< eastl::vector< T, Rest... > >::operator()().
|
inlinestatic |