+ 2
[✓]How compiler calls to a class and function template.
Explain please.
6 Antworten
+ 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..!