This question came up on a test in class last week, and for the life of me I wasn't able to figure it out then, as I'm still fuzzy with it now after having some time to Google.
why is it best to use decltype on auto&& parameters to std::forward them?
What does an example code snippet look like for this?