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

#include <v8toolkit.h>

Public Member Functions

void operator() (v8::Isolate *, v8::Local< v8::Value > *, const Tuple &)
 

Detailed Description

template<class Tuple>
struct v8toolkit::TupleForEach< 0, Tuple >

Base case for no remaining elements to parse (as determined by the position being 0)

Definition at line 515 of file v8toolkit.h.

Member Function Documentation

template<class Tuple >
void v8toolkit::TupleForEach< 0, Tuple >::operator() ( v8::Isolate *  ,
v8::Local< v8::Value > *  ,
const Tuple &   
)
inline

Definition at line 516 of file v8toolkit.h.


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