コード例 #1
0
ファイル: store_product.cpp プロジェクト: untgames/funner
void swap (Product& product1, Product& product2)
{
  product1.Swap (product2);
}