Reference declaration
Reference declaration
Declares a named variable as a reference, that is, an alias to an already-existing object or function.
Syntax
A reference variable declaration is any simple declaration whose declarator has the form.
& attr(optional) declarator | (1) | |
&& attr(optional) declarator | (2) | (since C++11) |
1) Lvalue reference declarator