Append F to the global destructors of module M.
Synopsis
Description
Same as appendToGlobalCtors(), but for global dtors.
Parameters
Name |
Description |
M |
Module whose global destructors are updated. |
F |
Function to append as a global destructor. |
Priority |
Priority of the destructor entry. |
Data |
Optional associated data constant, or nullptr. |
Created with MrDocs