Template Alchemy: Mastering Variadic Packs with TypePack (Part 1 of 8)
In modern C++, variadic templates allow us to work with an arbitrary number of template arguments. However, anyone who has delved deep into Template Metaprogramming (TMP) knows that "parameter packs" (the Ts... in a template) are quite elusive. They ...
blog.antonr.net3 min read