|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
shared_future::operator= | ||||
| Getting the result | ||||
| State | ||||
| (1) | ||
shared_future& operator=(const shared_future& other); | (since C++11) (until C++17) | |
shared_future& operator=(const shared_future& other)noexcept; | (since C++17) | |
shared_future& operator=( shared_future&& other)noexcept; | (2) | (since C++11) |
Assigns the contents of anothershared_future.
| other | - | astd::shared_future that will transfer state to*this |
*this