std::shared_future::~shared_future(3) | C++ Standard Libary | std::shared_future::~shared_future(3) |
NAME¶
std::shared_future::~shared_future - std::shared_future::~shared_future
Synopsis¶
~shared_future(); (since C++11)
If *this is the last object referring to the shared state, destroys the
shared
state. Otherwise does nothing.
2024.06.10 | http://cppreference.com |