Skip to content

[temp.spec.general] Instantiated definitions #6476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5582,21 +5582,21 @@
\defn{template instantiation}.

\pnum
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.
An instantiated template specialization is called as follows:
\begin{itemize}
\item A function instantiated from a function template is called an
\defn{instantiated function}.
\item A class instantiated from a class template is called an
\defn{instantiated class}.
\item A member function instantiated from a member function template is called an
\defn{instantiated member function}.
\item A member class instantiated from a member class template is called an
\defn{instantiated member class}.
\item A variable instantiated from a variable template is called an
\defn{instantiated variable}.
\item A static data member instantiated from a static data member template is called an
\defn{instantiated static data member}.
\end{itemize}

\pnum
An explicit specialization may be declared for a function template,
Expand Down