#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 6217 of file sol.hpp.
template<typename T , typename... Args>
| static void sol::detail::default_construct::construct |
( |
T && |
obj, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
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: