std::packaged_task<R(Args...)>::~packaged_task

Abandons the shared state and destroys the stored task object.

# Declarations

~packaged_task();

# Example

This section is incompleteReason: no example