Modern C++ In-Depth — Perfect Forwarding
Forwarding
Modern C++ In-Depth — Perfect Forwarding
by Phani Adusumilli
From the article
While a forwarding reference may at first appear to be an rvalue reference, it actually has a very particular form that allows it to bind to any value category.