A type which can represent a parameter as a const reference.
using const_reference = reference;
This type does not make a copy of a parameter and ownership is retained by the container.