A function instantiated from a function template is called an instantiated
function
. A class instantiated from a class template is called an instantiated class
. A member function, a member class, a member enumeration, or a static data member of a class template
instantiated from the member definition of the class template is called,
respectively, an instantiated member function, member class, member enumeration, or static data
member
. A member function instantiated from a member function template is called an
instantiated member function
. A member class instantiated from a member class template is called an
instantiated member class
. A variable instantiated from a variable template is called an
instantiated variable
. A static data member instantiated from a static data member template
is called an instantiated static data member
.