samedi 23 octobre 2021

Unpacking a tuple's parts as function paramters

Imagine I have a tuple<...> with several types. And I want to expand the tuple's value-parts as parameters for a function with static paramters - i.e. not necessarily variadic so that the function-parameters should match the tuples parts. How can I do that ?

Aucun commentaire:

Enregistrer un commentaire