C++ Language/Templates/TemplatedClasses

If a class is written as a template, then all of its members share that common abstraction, and are collectively specialized together.

Additional information about templated-classes

Category:Book:C++ Language#Templates/TemplatedClasses%20
Category:Book:C++ Language