[EMCpp]Item-24 Distinguish Universal References From Rvalue References
· ☕ 3 min read
If a function template parameter has type T&&
for a deduced type T
, or if an object is declared using auto&&
, the parameter or object is a universal reference.