Monday, July 17, 2017

C++11: Universal Reference

A reference that binds to both lvalues and rvalues. An example of a Universal Reference is an Rvalue Reference to a template type parameter. Scott Meyer invented the term, by the C++ committee prefers the term ‘Forwarding Reference’.

No comments:

Post a Comment