Delegate DestructorHookDelegate
using DestructorHookDelegate = std::function<void()>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
using DestructorHookDelegate = std::function<void()>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.