19.2 — Template non-type parameters
In previous lessons, you’ve learned how to use template type parameters to create functions and classes that are type independent. A template type parameter is a placeholder type that is substituted for a type passed in as an argument. However, template type parameters are not the only type of template …