OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | List of all members
sol::member_function_wrapper< F, R, O, FArgs >::caller Struct Reference

#include <sol.hpp>

Public Member Functions

template<typename Fx , typename... Args>
decltype(auto) operator() (Fx &&fx, O &mem, Args &&... args) const
 

Member Function Documentation

§ operator()()

template<typename F, typename R, typename O, typename... FArgs>
template<typename Fx , typename... Args>
decltype(auto) sol::member_function_wrapper< F, R, O, FArgs >::caller::operator() ( Fx &&  fx,
O &  mem,
Args &&...  args 
) const
inline
12726  {
12727  return call(std::forward<Fx>(fx), mem, std::forward<Args>(args)...);
12728  }
static R call(Fx &&fx, O &mem, Args &&... args)
Definition: sol.hpp:12720

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