26.5 — Partial template specialization
This lesson and the next are optional reading for those desiring a deeper knowledge of C++ templates. Partial template specialization is not used all that often (but can be useful in specific cases). In lesson , you learned how expression parameters could be used to parameterize template classes. Let’s take …