コード例 #1
0
ファイル: main.cpp プロジェクト: AbdelghaniDr/mirror
void CommonHandler(Iter<int>& ii)
{
	while(ii.Next())
		ii.Get() = Random();
}