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 4197
4197
\pnum
4198
4198
An \tcode {access_context} has an associated scope and designating class.
4199
4199
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;
4203
4205
4204
- consteval info scope() const;
4205
- consteval info designating_class() const;
4206
+ consteval info scope() const;
4207
+ consteval info designating_class() const;
4206
4208
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 }
4213
4216
4214
- \begin {itemdescr }
4215
4217
\pnum
4216
4218
\tcode {access_context} is a structural type.
4217
4219
Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
4220
4222
are template-argument-equivalent
4221
4223
and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
4222
4224
are template-argument-equivalent.
4223
- \end {itemdescr }
4224
4225
4225
4226
\begin {itemdecl }
4226
4227
consteval info @\libmember {scope}{access_context}@() const;
You can’t perform that action at this time.
0 commit comments