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

#include <sol.hpp>

Public Member Functions

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

Public Attributes

std::tuple< Functions... > functions
 

Constructor & Destructor Documentation

§ constructor_wrapper()

template<typename... Functions>
template<typename Arg , typename... Args, meta::disable< std::is_same< meta::unqualified_t< Arg >, constructor_wrapper >> = meta::enabler>
sol::constructor_wrapper< Functions >::constructor_wrapper ( Arg &&  arg,
Args &&...  args 
)
inline
4510  : functions(std::forward<Arg>(arg), std::forward<Args>(args)...) {
4511  }
std::tuple< Functions... > functions
Definition: sol.hpp:4507

Member Data Documentation

§ functions

template<typename... Functions>
std::tuple<Functions...> sol::constructor_wrapper< Functions >::functions

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