exception specifier的意思|示意
异常说明符
exception specifier的网络常见释义
异常说明符 catch子句中的 异常说明符(exception specifier) 的类型决定了处理代码能够捕获的异常种类。类型必须是完全类型,即必须是内置类型或者已经定义的自定义类型;类型的前向声明不行...
中的异常说明符 ...catch子句(catch clause)中的异常说明符(exception specifier)决定了处理代码能够捕获的异常种类。 1.
exception specifier相关例句
An exception specifier can omit the parameter name when a catch needs to know only the type of the exception in order to handle it.
说明符的类型决定了处理代码能够捕获的异常种类。