별의 공부 블로그 🧑🏻‍💻
728x90
728x170

*[header][C library] cstdbool (stdbool.h) (C++11)


<cstdbool> (stdbool.h)

Boolean type
The purpose in C of this header is to add a bool type and the true and false values as macro definitions.

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


Macrodescriptiondefined as
__bool_true_false_are_definedSpecifies whether booltrue and false are defined1



내용 출처 : http://www.cplusplus.com/reference/cstdbool/

728x90
그리드형(광고전용)
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖