Share this postDaily bit(e) of C++Daily bit(e) of C++ | parameter packCopy linkFacebookEmailNotesMoreDaily bit(e) of C++ | parameter packDaily bit(e) of C++ #328, Representing any number of template arguments with a parameter pack.Šimon TóthNov 25, 20233Share this postDaily bit(e) of C++Daily bit(e) of C++ | parameter packCopy linkFacebookEmailNotesMoreShareA parameter pack (C++11) is a template parameter that can represent any number of template arguments.Without fold expressions (C++17), we have limited options for manipulating a parameter pack.Click to open in Compiler Explorer.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe