Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,11 @@
\item
it is declared with
the attribute \tcode{[[no_unique_address]]}\iref{dcl.attr.nouniqueaddr}
if $\mathit{NUA}$ is true and is otherwise declared without that attribute.
if $\mathit{NUA}$ is true and is otherwise declared without that attribute, and
\item
for each reflection \tcode{r} in $\mathit{ANN}$,
it has an annotation\iref{dcl.attr.annotation}
whose underlying constant is \tcode{r}.
\end{itemize}
Data member descriptions are represented by reflections\iref{basic.fundamental}
returned by \tcode{std::meta::data_member_spec}\iref{meta.reflection.define.aggregate} and
Expand Down
Loading