• 2022-06-16
    实现两个不同类型数的大于关系比较的函数模板的声明是__
    A: templatec operator>(T x,T y);
    B: templatec T add(T1 x,T2 y);
    C: templatec bool operator(x,y);
    D: templatec bool operator>(T x,y);