We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2dbd2 commit 7987ef9Copy full SHA for 7987ef9
source/classes.tex
@@ -2864,11 +2864,12 @@
2864
\end{codeblock}
2865
\end{example}
2866
2867
-\rSec2[class.free]{Free store}%
+\rSec2[class.free]{Allocation and deallocation functions}%
2868
\indextext{free store}%
2869
2870
\pnum
2871
-\indextext{\idxcode{new}!type of}
+\indextext{\idxcode{new}!type of}%
2872
+\indextext{allocation function!class-specific}%
2873
Any allocation function for a class
2874
\tcode{T}
2875
is a static member (even if not explicitly declared
@@ -2895,6 +2896,7 @@
2895
2896
2897
2898
\indextext{\idxcode{delete}!type of}%
2899
+\indextext{deallocation function!class-specific}%
2900
Any deallocation function for a class
2901
\tcode{X}
2902
0 commit comments