Namespaces
Variants
Actions

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

From cppreference.com
< cpp‎ | thread‎ | packaged task
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
~packaged_task();

Abandons the shared state and destroys the stored task object.

As with std::promise::~promise , if the shared state is abandoned before it was made ready, an std::future_error exception is stored with the error code std::future_errc::broken_promise ).

[edit] Parameters

(none)

[edit] Example

This section is incomplete
Reason: no example
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/packaged_task/%7Epackaged_task&oldid=132862"

AltStyle によって変換されたページ (->オリジナル) /