#include <v8helpers.h>
|
template<class R , class... Args> |
static auto | go (R(T::*)(Args...) const &&) -> func::function< R(Args...)> |
|
template<class R , class... Args> |
static auto | go (R(T::*)(Args...)&&) -> func::function< R(Args...)> |
|
template<class T>
struct v8toolkit::LTG< T && >
Definition at line 231 of file v8helpers.h.
template<class T >
template<class R , class... Args>
template<class T >
template<class R , class... Args>
The documentation for this struct was generated from the following file: