std::packaged_task<R(Args...)>::valid
< cpp | thread | packaged task
|
bool valid() const noexcept;
|
(since C++11) | |
Checks whether *this has a shared state.
Parameters
(none)
Return value
true if *this has a shared state, false otherwise.
|
bool valid() const noexcept;
|
(since C++11) | |
Checks whether *this has a shared state.
(none)
true if *this has a shared state, false otherwise.