#include <sol.hpp>
|
template<typename T , typename... Args> |
void | operator() (T &&obj, Args &&... args) const |
|
|
template<typename T , typename... Args> |
static void | construct (T &&obj, Args &&... args) |
|
Definition at line 6922 of file sol.hpp.
◆ construct()
template<typename T , typename... Args>
static void sol::detail::default_construct::construct |
( |
T && |
obj, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T , typename... Args>
void sol::detail::default_construct::operator() |
( |
T && |
obj, |
|
|
Args &&... |
args |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: