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