A question about member template?

D

dolphin

Hi All,
What is the member template? Is it mean that you can convert one
type to another type?But these two type have a relation?
 
K

Kira Yamato

Hi All,
What is the member template?

Have you tried googling first?

How many different sites did you try?

Which part of the explanation did you not understand?
Is it mean that you can convert one
type to another type?

Templates are not about conversions from one type to another. Perhaps
you meant method overloading, in which case, yes, templates do do this.
But these two type have a relation?

Overloading?
 
J

James Kanze

What is the member template? Is it mean that you can convert one
type to another type? But these two type have a relation?

A member template is just like any other template, except for
its scope. A member class template defines a set of classes,
and two different instantiations are two unrelated classes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top