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
 

Detailed Description

template<typename... Functions>
struct sol::constructor_wrapper< Functions >

Definition at line 6302 of file sol.hpp.

Constructor & Destructor Documentation

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

Definition at line 6305 of file sol.hpp.

Member Data Documentation

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

Definition at line 6303 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:52