Common implementation for future and shared_future. More...
Common implementation for future and shared_future.
Definition at line 480 of file future.
__result_type std::__basic_future< _Res >::_M_get_result | ( | ) | [inline, protected] |
Wait for the state to be ready and rethrow any stored exception.
Definition at line 513 of file future.
Referenced by std::shared_future< _Res >::get(), std::future< void >::get(), and std::future< _Res >::get().