cplusplus
.com
教程
参考
文章
论坛
C++
教程
参考
文章
论坛
参考
C 库
(assert.h)
(ctype.h)
(errno.h)
C++11
(fenv.h)
(float.h)
C++11
(inttypes.h)
(iso646.h)
(limits.h)
(locale.h)
(math.h)
(setjmp.h)
(signal.h)
(stdarg.h)
C++11
(stdbool.h)
(stddef.h)
C++11
(stdint.h)
(stdio.h)
(stdlib.h)
(string.h)
C++11
(tgmath.h)
(time.h)
C++11
(uchar.h)
(wchar.h)
(wctype.h)
容器
C++11
<array>
<deque>
C++11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
C++11
<unordered_map>
C++11
<unordered_set>
<vector>
输入/输出
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
多线程
C++11
<atomic>
C++11
<condition_variable>
C++11
<future>
C++11
<mutex>
C++11
<thread>
其他
<algorithm>
<bitset>
C++11
<chrono>
C++11
<codecvt>
<complex>
<exception>
<functional>
C++11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
C++11
<random>
C++11
<ratio>
C++11
<regex>
<stdexcept>
<string>
C++11
<system_error>
C++11
<tuple>
C++11
<type_traits>
C++11
<typeindex>
<typeinfo>
<utility>
<valarray>
<locale>
has_facet
locale
use_facet
C++11
wbuffer_convert
C++11
wstring_convert
函数
isalnum
isalpha
C++11
isblank
iscntrl
isdigit
isgraph
islower
isprint
ispunct
isspace
isupper
isxdigit
tolower
toupper
标准刻面
codecvt
codecvt_base
codecvt_byname
collate
collate_byname
ctype
ctype_base
ctype_byname
messages
messages_base
messages_byname
money_base
money_get
money_put
moneypunct
moneypunct_byname
num_get
num_put
numpunct
numpunct_byname
time_base
time_get
time_get_byname
time_put
time_put_byname
num_put
num_put::num_put
公共成员函数
num_put::put
受保护成员
num_put::~num_put
num_put::do_put
参考
<locale>
num_put
~num_put
protected member function
<locale>
std::
num_put
::~num_put
~num_put();
num_put 析构函数
销毁
num_put
对象。
这是一个受保护的析构函数:程序不应直接构造此类对象。
此析构函数因继承而成为虚函数(
locale::facet
的析构函数是虚函数)。