Syntax:
#include <map> iterator begin(); const_iterator begin() const;
begin()関数は、マルチマップの最初の要素を指すイテレータを返します。
begin()は、常に一定時間で処理されます。
Related Topics: end, rbegin, rend