Hi,
How can I define template formal parameter as T*?

I read in some textbook that if I define template with formal parameter T* then
actual parameter can be of the type T1*,provided that T1 is derived from T

Thank you in advance