Construct a std::future object without an associated
asynchronous result.
future();
- Effects:
Constructs a new
std::futureinstance.- Postconditions:
valid()returnsfalse.- Throws:
Nothing.
Header
#include <future>