예제 #1
0
			map_const_iterator begin() const
			{
				return map_.begin();
			}
예제 #2
0
			map_iterator begin()
			{
				return map_.begin();
			}