Documentation Home >> Headers >> <jss/experimental_future.hpp> Header >> std::experimental::future >> std::experimental::future Default Constructor

Construct a std::experimental::future object without an associated asynchronous result.

future();

Effects:

Constructs a new std::experimental::future instance.

Postconditions:

valid() returns false.

Throws:

Nothing.

Header

#include <experimental/future>

See Also