Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
using DestructorHookDelegate = std::function<void()>;
Applications use this type when registering events.
For more information on std::function
, see the reference for function class.