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 51115111\rSec 2[meta.reflection.access.context]{Access control context}
51125112
51135113\pnum
5114- The \tcode {access_context} class is a non-aggregate type
5115- that represents a namespace, class, or function
5114+ The class \tcode {access_context}
5115+ represents a namespace, class, or function
51165116from which queries pertaining to access rules may be performed,
51175117as well as the designating class\iref {class.access.base }, if any.
51185118
51385138\end {codeblock }
51395139
51405140\pnum
5141- \tcode {access_context} is a structural type.
5142- Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
5141+ \tcode {access_context} is a structural, consteval-only, non-aggregate type.
5142+ Two values \tcode {ac1} and \tcode {ac2} of type \linebreak \ tcode {access_context}
51435143are template-argument-equivalent\iref {temp.type }
51445144if \tcode {ac1.scope()} and \tcode {ac2.scope()}
5145- are template-argument-equivalent
5145+ are \linebreak template-argument-equivalent
51465146and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
51475147are template-argument-equivalent.
51485148
You can’t perform that action at this time.
0 commit comments