How can you force instantiation of a template?
Answer / bhargavi
You can force the instantiation of a specialization of the
template by specifying a prototype somewhere in your code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of decltype?
Is swift better than c++?
Do the parentheses after the type name make a difference with new?
What is the use of map in c++?
What is the purpose of templates in c++?
What is the two main roles of operating system?
Why do we learn c++?
What does return 0 do in c++?
Write a recursive program to calculate factorial in c++.
What problems might the following macro bring to the application?
How do you add an element to a set in c++?
What are the storage qualifiers?