While investigating the difference between lvalue reference and rvalue reference I found a useful page with strict definitions of what lvalue and rvalue are.
Now, assuming I know what lvalue and rvalue are, where can I find the definitions of lvalue reference and rvalue reference?
Is there some general definition of a reference that can be applied to both lvalue and rvalue? I other words is there some general term for &
and &&
?