+ 2
[â]How compiler calls to a class and function template.
Explain please.
6 Respostas
+ 2
#...._._...._<........>
When the compiler generates a class, function or static data members from a template, it is referred to as template instantiation.
A class generated from a class template is called a generated class.
A function generated from a function template is called a generated function.
http://users.cis.fiu.edu/~weiss/Deltoid/vcstl/templates
Happy Coding đ
+ 2
â€ïžđPreranađâ€ïž , can i write this answer in my assignment book ?đ
đ
+ 2
#...._._...._<........> Yes you can
+ 1
Thank you. Martin Taylor :)
+ 1
Martin Taylor , before i upload this question, i search on google; i found this website ( cppreference.com ) but i don't understand that, so i move further and ask here.!
But thanks for it..!