We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iterator begin(); const_iterator begin() const;
Returns an iterator to the first element of the container. If the container is empty, the returned iterator will be equal to end().
end -- returns an iterator to the end