728x90
728x170
*[header][C library] cstdbool (stdbool.h) (C++11)
<cstdbool> (stdbool.h)
Boolean type
In C++, which supports those directly, the header simply contains a macro that can be used to check if the type is supported:
Macro constants
Macro | description | defined as |
---|---|---|
__bool_true_false_are_defined | Specifies whether bool, true and false are defined | 1 |
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[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] cstddef (stddef.h) (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 |
[header][C library] cmath (math.h) (0) | 2017.11.08 |