Day 31 Recap Questions
- How do we declare a template function?
- Under what conditions would you consider making a function templated?
- What is template instantiation?
- Can we separate declaration and definition when using templates?
- Why shouldn’t template definitions be in .cpp files?