Variadic Templates -- Feabhas
Recently on StickyBits, a nice primer on variadics:
Variadic Templates
by feabhas
From the article:
In this article we’re going to look at a new feature of templates in C++11 -- the concept of the variadic template.
Variadic templates allow us to create functions and classes, not only with generic types, but also a variable number of generic types.
If you haven’t been following along with the template articles, I’d suggest you read this article first before continuing.

Bulldozer00's appreciation for Alex Stepanov's introduction for Bjarne Stroustrup at CppCon. We already linked to the video last week -- but if you didn't watch it then, do yourself a favor and spend 6 minutes now getting your workweek off to a great start.
From the biicode beta product blog: