Construct a std::shared_future object without
an associated asynchronous result.
shared_future();
- Effects:
Constructs a new
std::shared_futureinstance.- Postconditions:
valid()returnsfalsefor the newly constructed instance.- Throws:
Nothing.
Header
#include <future>