std::experimental::packaged_task::operator bool
Check whether *this has an associated task and asynchronous result.
*this
explicit operator bool() const;
true if *this has an associated task and asynchronous result, false otherwise.
true
false
Nothing.
#include <experimental/future>
std::experimental::packaged_task
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy