Methods `cbegin` and `cend` differ from `begin` and `end` in that they always return a `const_iterator` even when the object is not const.