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.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
using DestructorHookDelegate = std::function<void()>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.