OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | Public Attributes | List of all members
sol::function_arguments< Sig, Ps > Struct Template Reference

#include <sol.hpp>

Public Member Functions

template<typename Arg , typename... Args, meta::disable< std::is_same< meta::unqualified_t< Arg >, function_arguments >> = meta::enabler>
 function_arguments (Arg &&arg, Args &&... args)
 

Public Attributes

std::tuple< Ps... > arguments
 

Constructor & Destructor Documentation

§ function_arguments()

template<typename Sig, typename... Ps>
template<typename Arg , typename... Args, meta::disable< std::is_same< meta::unqualified_t< Arg >, function_arguments >> = meta::enabler>
sol::function_arguments< Sig, Ps >::function_arguments ( Arg &&  arg,
Args &&...  args 
)
inline
4967  : arguments(std::forward<Arg>(arg), std::forward<Args>(args)...) {
4968  }
std::tuple< Ps... > arguments
Definition: sol.hpp:4964

Member Data Documentation

§ arguments

template<typename Sig, typename... Ps>
std::tuple<Ps...> sol::function_arguments< Sig, Ps >::arguments

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