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 178a7f4 commit 1c11ffeCopy full SHA for 1c11ffe
source/basic.tex
@@ -3596,9 +3596,17 @@
3596
3597
\pnum
3598
An object is a \defnadj{potentially non-unique}{object} if it is
3599
-a string literal object\iref{lex.string},
3600
-the backing array of an initializer list\iref{dcl.init.ref}, or
3601
-a subobject thereof.
+\begin{itemize}
+\item
+ a string literal object\iref{lex.string},
3602
3603
+ the backing array of an initializer list\iref{dcl.init.ref}, or
3604
3605
+ the object introduced by a call to \tcode{std::meta::reflect_constant_array}
3606
+ or \tcode{std::meta::\brk{}reflect_con\-stant_string}\iref{meta.reflection.array}, or
3607
3608
+ a subobject thereof.
3609
+\end{itemize}
3610
3611
3612
\indextext{most derived object!bit-field}%
0 commit comments