OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | List of all members
sol::wrapper< F, typename >::caller Struct Reference

#include <sol.hpp>

Public Member Functions

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

Member Function Documentation

§ operator()()

template<typename F , typename = void>
template<typename... Args>
decltype(auto) sol::wrapper< F, typename >::caller::operator() ( F &  fx,
Args &&...  args 
) const
inline
12622  {
12623  return call(fx, std::forward<Args>(args)...);
12624  }
static decltype(auto) call(F &f, Args &&... args)
Definition: sol.hpp:12616

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