In C++
12. Using templates, convert the following Swap function to work with arguments of any generic type T void Swap(int & A, int & B) t int ton-A; A = B; Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .
In C++
12. Using templates, convert the following Swap function to work with arguments of any generic type T void Swap(int & A, int & B) t int ton-A; A = B; Show transcribed image text
An answer will be send to you shortly. . . . .