This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
A generic programming technique that uses extremely early binding. Can be seen as an embedded language sitting a layer above standard C++. Uses of the C++ template system to perform computation at compile-time within the code.
It was discovered during the process of standardizing the C++ language that its template system happens to be Turing-complete.