填空题

已知:double A(double A) return++a;和int A(in A) return++a;是一个函数模板的两个实例,则该函数模板定义为 【13】

【参考答案】

template<typename T>
TA(TA) {return a++,)