MCPcopy Create free account
hub / github.com/HelenOS/helenos / make_error_code

Function make_error_code

uspace/lib/cpp/src/future.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace std
34{
35 error_code make_error_code(future_errc ec) noexcept
36 {
37 return error_code{static_cast<int>(ec), future_category()};
38 }
39
40 error_condition make_error_condition(future_errc ec) noexcept
41 {

Callers 11

~packaged_taskMethod · 0.50
get_futureMethod · 0.50
operator()Method · 0.50
resetMethod · 0.50
abandon_state_Method · 0.50
set_valueMethod · 0.50
set_valueMethod · 0.50
set_valueMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected