Overview If you’ve been following this article series, this is the article you’ve been waiting to read! It is the one where I show the final versions of apply() and apply_tuple(). These versions have the following features: perfect forwarding of all tuple elements to the corresponding arguments of a function (as with all previous versions), […]
↧