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