C++ Exception 库 - runtime_error
描述
这是一个运行时错误异常。
声明
以下是 std::runtime_error 的声明。
class runtime_error;
C++11
class runtime_error;
参数
none
返回值
none
异常
No-throw guarantee − 没有成员抛出异常。
成员
constructor − what_arg 与成员 what 返回的值具有相同的内容。
what − 它用于获取字符串识别异常。