I was trying out the std::reference_wrapper with the following snippet
std::reference_wrapper
int a = 42, b = 52; std::tuple<