The series continue.
Template Metaprogramming - How it All Started
by Rainer Grimm
From the article:
Metaprogramming is programming on programs. C++ applies metaprogramming at compile time. It started in C++98 with template metaprogramming, was formalized in C++11 with the type-traits library, and since C++11 has steadily improved. The main driving force is constant expressions. In this post, I want to write about its roots...
Add a Comment
Comments are closed.