Class Templates
In C++, class declarations can be generated from class templates. Such class templates represent a family of classes. An actual class declaration is obtained by instantiating the template with one or more template arguments. A template instantiated with a particular set of arguments is called a template specialization.
Read more about this topic: C++ Classes
Famous quotes containing the word class:
“The intellectual is a middle-class product; if he is not born into the class he must soon insert himself into it, in order to exist. He is the fine nervous flower of the bourgeoisie.”
—Louise Bogan (18971970)
Related Phrases
Related Words