#include <sol.hpp>
|
template<typename... Args> |
decltype(auto) | operator() (F &fx, Args &&... args) const |
|
§ operator()()
template<typename F , typename = void>
template<typename... Args>
decltype(auto) sol::wrapper< F, typename >::caller::operator() |
( |
F & |
fx, |
|
|
Args &&... |
args |
|
) |
| const |
|
inline |
12623 return call(fx, std::forward<Args>(args)...);
static decltype(auto) call(F &f, Args &&... args)
Definition: sol.hpp:12616
The documentation for this struct was generated from the following file: