コード例 #1
0
 /** Swap the content of two cache_set.
  *
  *  @param other another cache_set
  */
 void swap( cache_set& other ) { m_ht.swap( other.m_ht ); }
コード例 #2
0
ファイル: cache_map.hpp プロジェクト: chen--oRanGe/codfs
 /** Swap the content of two cache_map.
  *
  *  @param other another cache_map
  */
 void swap( cache_map& other ) { m_ht.swap( other.m_ht ); }