Recent posts

[C++] integral_constant

less than 1 minute read

개요 지정된 유형의 정적 상수를 래핑 bool의 경우 true_type, false_type로 typedef 되어 있고 C++17에서는 bool_constant로 using 되어 있음 동일 유형에 대해 오버로딩 가능

[C++] literals

2 minute read

개요 표준 리터럴 종류 접미사 의미 버전 ...

[C++] attribute

5 minute read

개요 타입, 객체, 코드 등에 대한 구현/정의 속성을 설명 문법 C++11 [[ attribute-list ]] C++17 [[ using att...