Recent posts

[C++] concepts

2 minute read

November 05 2022

개요 Named sets of such requirements 이름을 가진 요구사항의 집합 타입이 가져야 하는 요구사항을 정의하는 문법 제약 조건을 지정 템플릿 인자 변수 선언 제...

[C++] integral_constant

less than 1 minute read

November 03 2022

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

[C++] is_invocable

less than 1 minute read

November 02 2022

개요 호출 가능 여부 확인