std::packaged_task::valid
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> bool valid() const; |
(seit C++11) | |
Checks whether *this has a shared state.
Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
true if *this has a shared state, false otherwise.
