145k views
1 vote
How much memory is reserved for a function template?

User Subhalaxmi
by
8.6k points

1 Answer

7 votes
None by default, instructions for the function are only generated by the compiler if such a function is actually called in any one possible control path
User Vgoklani
by
7.6k points

No related questions found