Home
C&C++函数库
c++ 语法
程序源码
Linux C库
函数搜索
C&C++标准库
C库函数
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv>
(fenv.h)
<cfloat> (float.h)
<cinttypes>
(inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
输入输出
多线程
C++库函数
nullptr_t
type <cstddef>
typedef decltype(nullptr) nullptr_t;
空指针类型(c++)
空指针常量nullptr的类型。
该类型只能接受一个值:nullptr,它在转换为指针类型时接受正确的空指针值。
即使nullptr_t不是关键字,它也标识了一个不同的基本类型:nullptr类型。 因此,它以不同的类型参与重载解析。
这个类型只在c++中定义(从c++ 11开始)。
联系我们
免责声明
关于CandCplus
网站地图