Why const?

Any non-primitive types, we always want to use reference, the const is important in this case.

Const and Class

We can also make function const!

A const Pointer

const Iterators

auto and const


An Example