std::ctype<char>::~ctype

来自cppreference.com
< cpp‎ | locale‎ | ctype char
 
 
 
 
定义于头文件 <locale>
protected: ~ctype();

析构 std::ctype<char> 平面。此析构函数受保护且为虚(由于基类析构函数为虚)。,类似大多数平面,只能在实装此平面的最后的 std::locale 对象离开作用域时,或若用户定义类派生自 std::ctype<char> 并实现公开析构函数, std::ctype<char> 类型对象才被析构。

若在构造此 std::ctype<char> 的实例时,提供了定制的分类表而构造函数的第二参数(布尔 del )为 true ,则此析构函数执行 delete[] table()