728x90
728x170
*[header][C library] cstddef (stddef.h)
<cstddef> (stddef.h)
C Standard definitions
Types
- ptrdiff_t
- Result of pointer subtraction (type )
- size_t
- Unsigned integral type (type )
- max_align_t
- Type with widest scalar alignment (type )
- nullptr_t
- Null pointer type (C++) (type )
In C, this header also includes the declaration of the wchar_t type (wide character type), which in C++ is a language keyword that identifies a distinct fundamental type (no header inclusion required in C++).
Macro functions
- offsetof
- Return member offset (macro )
Macro constants
- NULL
- Null pointer (macro )
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][C library] cstring (string.h) (0) | 2017.11.08 |
---|---|
[header][C library] cstdlib (stdlib.h) (0) | 2017.11.08 |
[header][C library] cstdio (stdio.h) (0) | 2017.11.08 |
[header][C library] cstdint (stdint.h) (C++11) (0) | 2017.11.08 |
[header][C library] cstdbool (stdbool.h) (C++11) (0) | 2017.11.08 |
[header][C library] cstdarg (stdarg.h) (0) | 2017.11.08 |
[header][C library] csignal (signal.h) (0) | 2017.11.08 |
[header][C library] csetjmp (setjmp.h) (0) | 2017.11.08 |