T
Tony Johansson
Hello experts!
Is there any limitation for template parameter that normal function
parameters doesn't have?
What does this text below mean.
To use template parameters as constans is normally not a good ide because
each combination of parameters will the compiler consider as a new type. As
a result of this can the program expand in size.
//Tony
Is there any limitation for template parameter that normal function
parameters doesn't have?
What does this text below mean.
To use template parameters as constans is normally not a good ide because
each combination of parameters will the compiler consider as a new type. As
a result of this can the program expand in size.
//Tony