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 5da69c9 commit 9ba8e03Copy full SHA for 9ba8e03
source/utilities.tex
@@ -932,9 +932,9 @@
932
\constraints
933
\begin{itemize}
934
\item
935
-\tcode{is_copy_assignable<const T1>} is \tcode{true} and
+\tcode{is_copy_assignable_v<const T1>} is \tcode{true} and
936
937
-\tcode{is_copy_assignable<const T2>} is \tcode{true}.
+\tcode{is_copy_assignable_v<const T2>} is \tcode{true}.
938
\end{itemize}
939
940
\pnum
@@ -1032,9 +1032,9 @@
1032
1033
1034
1035
-\tcode{is_assignable<const T1\&, T1>} is \tcode{true} and
+\tcode{is_assignable_v<const T1\&, T1>} is \tcode{true} and
1036
1037
-\tcode{is_assignable<const T2\&, T2>} is \tcode{true}.
+\tcode{is_assignable_v<const T2\&, T2>} is \tcode{true}.
1038
1039
1040
0 commit comments