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

#include <sol.hpp>

Public Member Functions

 destructor_wrapper (Function f)
 

Public Attributes

Function fx
 

Constructor & Destructor Documentation

§ destructor_wrapper()

template<typename Function>
sol::destructor_wrapper< Function >::destructor_wrapper ( Function  f)
inline
4537  : fx(std::move(f)) {
4538  }
Function fx
Definition: sol.hpp:4535

Member Data Documentation

§ fx

template<typename Function>
Function sol::destructor_wrapper< Function >::fx

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