Return a const iterator to the first element.
object::const_iterator begin() const noexcept;
object::const_iterator
If the container is empty, end() is returned.
end()
Constant.
No-throw guarantee.