File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 50795079\rSec 2[meta.reflection.access.context]{Access control context}
50805080
50815081\pnum
5082- The \tcode {access_context} class is a non-aggregate type
5083- that represents a namespace, class, or function
5082+ The class \tcode {access_context}
5083+ represents a namespace, class, or function
50845084from which queries pertaining to access rules may be performed,
50855085as well as the designating class\iref {class.access.base }, if any.
50865086
51065106\end {codeblock }
51075107
51085108\pnum
5109- \tcode {access_context} is a structural type.
5110- Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
5109+ \tcode {access_context} is a structural, consteval-only, non-aggregate type.
5110+ Two values \tcode {ac1} and \tcode {ac2} of type \linebreak \ tcode {access_context}
51115111are template-argument-equivalent\iref {temp.type }
51125112if \tcode {ac1.scope()} and \tcode {ac2.scope()}
5113- are template-argument-equivalent
5113+ are \linebreak template-argument-equivalent
51145114and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
51155115are template-argument-equivalent.
51165116
You can’t perform that action at this time.
0 commit comments