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