std::packaged_task<R(Args...)>::~packaged_task
Min standard notice:
Abandons the shared state and destroys the stored task object.
# Declarations
~packaged_task();
# Example
This section is incompleteReason: no example
Abandons the shared state and destroys the stored task object.
~packaged_task();
This section is incompleteReason: no example