单项选择题

函数模板:template     T add(T x,T y) { return x+y;}   下列对add函数的调用不正确的是( )。

A.Person(n,a);
B.this(Person(n,a) );
C.this(n,a);
D.this(name,age);