'theread_local' 태그의 글 목록 — Archive

theread_local

Computer Science/C & C++

[C++] Storage Class Specifier | 기억 공간 제한자 (정보 취합하기!)

Specifier 제한자 - 제한자는 크게 Strorage Class Specifier(기억 공간 제한자)와 cv Specifier(\(\texttt{const-volatile}\) 제한자)로 분류된다. Storage Class Specifier (기억 공간 제한자) \(\texttt{register}\) \(\texttt{static}\) \(\texttt{extern}\) \(\texttt{mutable}\) \(\texttt{thread_local}\) (C++11 이상) ※ \(\texttt{auto}\) 키워드는 C++11부터 제한자가 아닌 데이터형의 역할을 수행한다. \(\texttt{register}\) Specifier - C++11 이전 버전에서는 레지스터 기억 공간을 지정하는 선언에 사..

lww7438
'theread_local' 태그의 글 목록