Computer Science, asked by mohanashyam3830, 1 year ago

Which are done by compiler for template?

Answers

Answered by Anonymous
0
Instantiation is the process by which a C++ compiler creates a usable function or object from a template. The C++ compiler uses compile-time instantiation, which forces instantiations to occur when the reference to the template is being compiled.
Similar questions