Const references don't require the referenced value to be immutable. Once immutable, always immutable. A const reference can be constructed from any object whether immutable or not.
Const references don't require the referenced value to be immutable.
Once immutable, always immutable.
A const reference can be constructed from any object whether immutable or not.