std::shared_future<T>::~shared_future
Min standard notice:
If *this is the last object referring to the shared state, destroys the shared state. Otherwise does nothing.
# Declarations
~shared_future();
(since C++11)
If *this is the last object referring to the shared state, destroys the shared state. Otherwise does nothing.
~shared_future();
(since C++11)