Modern C++ In-Depth — Variadic Templates and Parameter Packs
Variadic templates
Modern C++ In-Depth — Variadic Templates and Parameter Packs
by Phani Adusumilli
From the article
What if we could tell the compiler that it should expect to receive zero or more parameters (regardless of type)?