Ask Your Question
1

In C++, what does it mean when std::future is in the "empty" state?

asked 2021-04-30 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-02-23 15:00:00 +0000

qstack gravatar image

When std::future is in the "empty" state, it means that it does not refer to any shared state. This can occur when a default-constructed std::future object is used or when the std::future object has already been moved from or has had its shared state released. Any attempt to access the value from an empty std::future object will result in an exception.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-30 11:00:00 +0000

Seen: 9 times

Last updated: Feb 23 '23