目录

(destructor)

描述 (Description)

它会破坏区域设置对象。

声明 (Declaration)

以下是std :: locale :: ~locale的声明。

C++98

	
   ~locale() throw();

C++11

   ~locale();

参数 (Parameters)

没有

返回值 (Return Value)

没有

异常 (Exceptions)

No-throw guarantee - 永不抛出异常。

↑回到顶部↑
WIKI教程 @2018