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.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
using DestructorHookDelegate = std::function<void()>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.