|
Monado OpenXR Runtime
|
Deleter type for non-opaque twice-derived object types from interfaces with destroy functions that take pointers to interface pointers (so they may be zeroed). More...
#include <xrt/xrt_deleters.hpp>
Public Member Functions | |
| void | operator() (Derived *obj) const noexcept |
Deleter type for non-opaque twice-derived object types from interfaces with destroy functions that take pointers to interface pointers (so they may be zeroed).
Wraps the type and the interface destroy function for use with std::unique_ptr (interface type deduced)