|
|
Constant References |
A constant reference is really a reference to a constant "An initializer for const T& does not need to be an lvalue, or even of type T." |
|
| Const ref scheme. |
| It would be undesirable and misleading to be able to modify var, because it is just a temporary variable. |
|