reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 make_error_code(future_errc __errc) noexcept 89 make_error_condition(future_errc __errc) noexcept 100 future_error(future_errc __errc) 408 __throw_future_error(int(future_errc::promise_already_satisfied)); 425 __throw_future_error(int(future_errc::promise_already_satisfied)); 438 make_exception_ptr(future_error(future_errc::broken_promise)); 455 __throw_future_error(int(future_errc::future_already_retrieved)); 553 __throw_future_error((int)future_errc::no_state);usr/include/c++/7.4.0/system_error
156 error_code(_ErrorCodeEnum __e) noexcept