コード例 #1
0
ファイル: tiobench.cpp プロジェクト: rodrigostrauss/tio
	void clear()
	{
		thread_.swap(thread());
		container_names_.clear();
	}
コード例 #2
0
 Solution(){
  thread second(Solution::senseTemperature);
  first.swap(second);
 }