1편
전체 글
C++ type_traits로 컴파일 타임에 타입을 검사하고 분기하는 방법. std::is_integral, std::is_same, std::enable_if, 커스텀 트레이트, SFINAE, 자주 겪는 에러와 프로덕션 패턴까지.