Rosetta
system_error Member List

This is the complete list of members for system_error, including all inherited members.

error_code() constsystem_errorinline
error_code_system_errorprotected
init(int err_code, string_view format_str, format_args args)system_errorprivate
operator=(const system_error &)=defaultsystem_error
operator=(system_error &&)=defaultsystem_error
system_error()system_errorinlineprotected
system_error(int error_code, string_view message, const Args &... args)system_errorinline
system_error(const system_error &)=defaultsystem_error
system_error(system_error &&)=defaultsystem_error
~system_error() FMT_NOEXCEPT FMT_OVERRIDEsystem_error