MCPcopy Create free account
hub / github.com/celtera/libremidi / make_error_code

Function make_error_code

include/libremidi/system_error2.hpp:2940–2943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2938//} // end anonymous namespace
2939
2940inline std::error_code make_error_code(dynamic_exception_errc code) noexcept
2941{
2942 return std::error_code{static_cast<int>(code), dynamic_exception_category()};
2943}
2944
2945inline std::error_code error_code_from_exception(std::exception_ptr eptr) noexcept
2946{

Callers 7

to_exceptionMethod · 0.85
catchFunction · 0.85
equivalentMethod · 0.85
segment_ump_streamFunction · 0.85
midi_out.hppFile · 0.85
midi_out.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected