=====begin===== Syntax: #include iterator begin(); const_iterator begin() const; The function begin() returns an iterator to the first element of the multiset. begin() should run in [[/complexity|constant time]]. Related Topics: [[end]], [[rbegin]], [[rend]]