| keyword | used as | defined in |
| _Alignas (since C11) | alignas | stdalign.h |
| _Alignof (since C11) | alignof | stdalign.h |
| _Atomic (since C11) | atomic_bool, atomic_int, ... | stdatomic.h |
| _Bool (since C99) | bool | stdbool.h |
| _Complex (since C99) | complex | complex.h |
| _Generic (since C11) | (no macro) | |
| _Imaginary (since C99) | imaginary | complex.h |
| _Noreturn (since C11) | noreturn | stdnoreturn.h |
| _Static_assert (since C11) | static_assert | assert.h |
| _Thread_local (since C11) | thread_local | threads.h |
'STUDY > C++' 카테고리의 다른 글
| C/C++ 식별자와 명명 규칙 (0) | 2021.11.10 |
|---|---|
| C/C++ 식별자, 상수, 자료형, 변수, 함수 (0) | 2021.11.10 |
| C/C++ 예약어(reserved word, keyword) (0) | 2021.11.10 |
| C/C++ 구두점 (punctuator) - 토큰을 구분 (0) | 2021.11.10 |
| C/C++ 토큰(token) 과 구두점 (0) | 2021.11.10 |