C++ Language/Templates/TemplatedClasses

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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