File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 41974197\pnum
41984198An \tcode {access_context} has an associated scope and designating class.
41994199
4200- \begin {itemdecl }
4201- struct access_context {
4202- access_context() = delete;
4200+ \indexlibraryglobal {access_context}%
4201+ \begin {codeblock }
4202+ namespace std::meta {
4203+ struct access_context {
4204+ access_context() = delete;
42034205
4204- consteval info scope() const;
4205- consteval info designating_class() const;
4206+ consteval info scope() const;
4207+ consteval info designating_class() const;
42064208
4207- static consteval access_context current() noexcept;
4208- static consteval access_context unprivileged() noexcept;
4209- static consteval access_context unchecked() noexcept;
4210- consteval access_context via(info cls) const;
4211- };
4212- \end {itemdecl }
4209+ static consteval access_context current() noexcept;
4210+ static consteval access_context unprivileged() noexcept;
4211+ static consteval access_context unchecked() noexcept;
4212+ consteval access_context via(info cls) const;
4213+ };
4214+ }
4215+ \end {codeblock }
42134216
4214- \begin {itemdescr }
42154217\pnum
42164218\tcode {access_context} is a structural type.
42174219Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
42204222are template-argument-equivalent
42214223and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
42224224are template-argument-equivalent.
4223- \end {itemdescr }
42244225
42254226\begin {itemdecl }
42264227consteval info @\libmember {scope}{access_context}@() const;
You can’t perform that action at this time.
0 commit comments