std::shared_future
From cppreference.com
Defined in header <future>
|
||
template< class T > class shared_future; |
(1) | (since C++11) |
template< class T > class shared_future<T&>; |
(2) | (since C++11) |
template<> class shared_future<void>; |
(3) | (since C++11) |
This section is incomplete |
Member functions
constructs the future object (public member function) | |
destructs the future object (public member function) | |
assigns the contents (public member function) | |
Getting the result | |
State |