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 64c8b27 commit 597ce19Copy full SHA for 597ce19
source/special.tex
@@ -2814,7 +2814,7 @@
2814
\indextext{copy!class object|see{assignment operator, copy}}%
2815
\indextext{move!class object|see{assignment operator, move}}%
2816
\indextext{operator!copy assignment|see{assignment operator, copy}}%
2817
-\indextext{operator!move assignment|see{assignment operator, move}}
+\indextext{operator!move assignment|see{assignment operator, move}}%
2818
A user-declared \term{copy} assignment operator \tcode{X::operator=} is a
2819
non-static non-template member function of class \tcode{X} with exactly one
2820
parameter of type \tcode{X}, \tcode{X\&}, \tcode{const} \tcode{X\&},
0 commit comments