Exemple #1
0
	inline void Swap(CHashMap<TKey, TData, TCompareKey, THashArithmetic> &oSrc)
	{
		m_oHash.Swap(oSrc.m_oHash);
	}