Solutionunvalidated
you can rely on `std::get` and the `std::tuple` machinery — if you want to access the nth argument. Tension: Using a variadic template should make it possible to have more readable code. Outcome: you could use some alias that retrieves the required index from a `std::tuple` defined in the template parameters.
9be8579d-1bd5-4763-9949-8cd5c2a1f808
you can rely on std::get and the std::tuple machinery — if you want to access the nth argument. Tension: Using a variadic template should make it possible to have more readable code. Outcome: you could use some alias that retrieves the required index from a std::tuple defined in the template parameters.