a = b; b = temp; } // swaps just the salary and floor fields of a job structure template <> void Swap<job>(job &j1,job &j2)// specialization { double t1; ...
確定! 回上一頁