template meta programming 이란, 컴파일 시간에 어떤 연산을 수행하게 하는 기술을 말한다. 아래 예제를 보자. template
#
constexpr
#
컴파일
#
메타
#
template
#
struct
#
static
#
programming
#
meta
#
factorial
#
프로그래밍
원문 링크 : [정리] template meta programming