map_const_iterator begin() const
			{
				return map_.begin();
			}
			map_iterator begin()
			{
				return map_.begin();
			}