#include <sol.hpp>
|
template<typename Fx , typename... Args> |
decltype(auto) | operator() (Fx &&fx, O &mem, Args &&... args) const |
|
§ operator()()
template<typename F, typename R, typename O, typename... FArgs>
template<typename Fx , typename... Args>
12727 return call(std::forward<Fx>(fx), mem, std::forward<Args>(args)...);
static R call(Fx &&fx, O &mem, Args &&... args)
Definition: sol.hpp:12720
The documentation for this struct was generated from the following file: