We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5824505 commit 5cf6039Copy full SHA for 5cf6039
source/templates.tex
@@ -2484,11 +2484,12 @@
2484
\begin{example}
2485
2486
\begin{codeblock}
2487
-// primary template
+// primary class template
2488
template<class T, int I> struct A {
2489
void f();
2490
};
2491
2492
+// member of primary class template
2493
template<class T, int I> void A<T,I>::f() { }
2494
2495
// class template partial specialization
0 commit comments