C++ Exception 库 - range_error
描述
这是一个范围错误异常,标准库的某些组件也会抛出这种类型的异常来表示范围错误。
声明
以下是 std::range_error 的声明。
class range_error;
C++11
class range_error;
参数
none
返回值
none
异常
No-throw guarantee − 没有成员抛出异常。
成员
constructor − what_arg 与成员 what 返回的值具有相同的内容。
what − 它用于获取字符串识别异常。