Return an iterator to the beginning.
const_iterator cbegin() const;
If the container is empty, cend() is returned.
cend()
Constant.
No-throw guarantee.