目录

(destructor)

描述 (Description)

这是一个毁灭例外。

声明 (Declaration)

以下是std :: exception ::〜exception的声明。

	
virtual ~exception throw();

C++11

	
virtual ~exception;

参数 (Parameters)

没有

返回值 (Return Value)

没有

异常 (Exceptions)

No-throw guarantee - 没有成员抛出异常。

↑回到顶部↑
WIKI教程 @2018