名前空間
変種

std::locale::~locale

提供: cppreference.com
 
 
 
 
<tbody> </tbody>
ヘッダ <locale> で定義
~locale();

*this が保持するすべてのファセットの参照カウントを減少させる非仮想デストラクタ。 参照カウントがゼロになったそれらのファセットは delete されます。

戻り値

(なし)

例外

(なし)

関連項目

新しいロケールを構築します
(パブリックメンバ関数) [edit]