| [basic] | https://timsong-cpp.github.io/cppwp/#basic |
| [basic.scope.scope] | https://timsong-cpp.github.io/cppwp/basic.scope#scope |
| [basic.scope.pdecl] | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl |
| [basic.scope.block] | https://timsong-cpp.github.io/cppwp/basic.scope#block |
| [basic.scope.param] | https://timsong-cpp.github.io/cppwp/basic.scope#param |
| [basic.scope.lambda] | https://timsong-cpp.github.io/cppwp/basic.scope#lambda |
| [basic.scope.namespace] | https://timsong-cpp.github.io/cppwp/basic.scope#namespace |
| [basic.scope.class] | https://timsong-cpp.github.io/cppwp/basic.scope#class |
| [basic.scope.enum] | https://timsong-cpp.github.io/cppwp/basic.scope#enum |
| [basic.scope.temp] | https://timsong-cpp.github.io/cppwp/basic.scope#temp |
| [basic.scope.contract] | https://timsong-cpp.github.io/cppwp/basic.scope#contract |
| 6.4.1 | https://timsong-cpp.github.io/cppwp/basic.scope#scope |
| [basic.scope.scope] | https://timsong-cpp.github.io/cppwp/basic.scope.scope |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L965 |
| scopes | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-1.sentence-1 |
| global scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,global |
| parameter-declaration-clause | https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause |
| statement | https://timsong-cpp.github.io/cppwp/stmt.pre#nt:statement |
| handler | https://timsong-cpp.github.io/cppwp/except.pre#nt:handler |
| lambda-expression | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-1.sentence-2 |
| enclosing scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,enclosing |
| immediate scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,immediate |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-1.sentence-3 |
| intervenes | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,intervene |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-1.sentence-4 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L985 |
| (2.1) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.1 |
| parent scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,parent |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.1.sentence-1 |
| (2.2) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.2.sentence-1 |
| (2.3) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.3 |
| inhabits | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,inhabit |
| [basic.scope.pdecl] | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.3.sentence-1 |
| (2.4) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.4 |
| target scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,target |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.4.sentence-1 |
| (2.5) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.5 |
| bound | https://timsong-cpp.github.io/cppwp/basic.scope#def:name,bound |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.5.sentence-1 |
| host scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,host |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.sentence-2 |
| belongs | https://timsong-cpp.github.io/cppwp/basic.scope#def:entity,belong |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-note-1 |
| (2.6) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.6 |
| [basic.scope.temp] | https://timsong-cpp.github.io/cppwp/basic.scope#temp |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.6.sentence-1 |
| (2.7) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.7 |
| [basic.link] | https://timsong-cpp.github.io/cppwp/basic.link |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.7.sentence-1 |
| (2.8) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.8 |
| declaration | https://timsong-cpp.github.io/cppwp/dcl.pre#nt:declaration |
| template-declaration | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-declaration |
| template-declaration | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-declaration |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.8.sentence-1 |
| (2.9) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.9 |
| [dcl.meaning] | https://timsong-cpp.github.io/cppwp/dcl.meaning |
| elaborated-type-specifier | https://timsong-cpp.github.io/cppwp/dcl.type.elab#nt:elaborated-type-specifier |
| [dcl.type.elab] | https://timsong-cpp.github.io/cppwp/dcl.type.elab |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.9.sentence-1 |
| (2.10) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.10 |
| [dcl.meaning.general] | https://timsong-cpp.github.io/cppwp/dcl.meaning.general |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.10.sentence-1 |
| (2.11) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.11 |
| [dcl.enum] | https://timsong-cpp.github.io/cppwp/dcl.enum |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.11.sentence-1 |
| (2.12) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.12 |
| [class.pre] | https://timsong-cpp.github.io/cppwp/class.pre |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.12.sentence-1 |
| (2.13) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.13 |
| [class.union.anon] | https://timsong-cpp.github.io/cppwp/class.union.anon |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-2.13.sentence-1 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1040 |
| corresponding object parameters | https://timsong-cpp.github.io/cppwp/basic.scope#def:object_parameter,corresponding |
| (3.1) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.1 |
| ref-qualifier | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:ref-qualifier |
| [dcl.fct] | https://timsong-cpp.github.io/cppwp/dcl.fct |
| (3.2) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.sentence-1 |
| corresponding object parameters | https://timsong-cpp.github.io/cppwp/basic.scope#def:object_parameter,corresponding |
| (3.3) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.3 |
| ref-qualifier | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:ref-qualifier |
| (3.4) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.4 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.sentence-2 |
| corresponding signatures | https://timsong-cpp.github.io/cppwp/basic.scope#def:signature,corresponding |
| template-parameter-list | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list |
| template-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:template-parameter |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-3.sentence-3 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1075 |
| correspond | https://timsong-cpp.github.io/cppwp/basic.scope#def:correspond |
| (4.1) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.1 |
| using-declarator | https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator |
| (4.2) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.2 |
| [class.union.anon] | https://timsong-cpp.github.io/cppwp/class.union.anon |
| (4.3) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.3 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.sentence-1 |
| corresponding overloads | https://timsong-cpp.github.io/cppwp/basic.scope#def:corresponding_overloads |
| (4.4) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.4 |
| 14 | https://timsong-cpp.github.io/cppwp/basic.scope#footnote-14 |
| [temp.over.link] | https://timsong-cpp.github.io/cppwp/temp.over.link |
| requires-clause | https://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause |
| [temp.friend] | https://timsong-cpp.github.io/cppwp/temp.friend |
| (4.5) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.5 |
| template-head | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-head |
| requires-clause | https://timsong-cpp.github.io/cppwp/temp.pre#nt:requires-clause |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.sentence-2 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-note-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-4.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-example-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-example-2 |
| 5 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1151 |
| name-independent | https://timsong-cpp.github.io/cppwp/basic.scope#def:declaration,name-independent |
| (5.1) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.1 |
| (5.2) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.2 |
| storage-class-specifier | https://timsong-cpp.github.io/cppwp/dcl.stc#nt:storage-class-specifier |
| (5.3) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.3 |
| [dcl.contract.res] | https://timsong-cpp.github.io/cppwp/dcl.contract.res |
| (5.4) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.4 |
| init-capture | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.capture#nt:init-capture |
| (5.5) | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.5 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.sentence-1 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-5.sentence-2 |
| 6 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-6 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1177 |
| potentially conflict | https://timsong-cpp.github.io/cppwp/basic.scope#def:potentially_conflict |
| [basic.link] | https://timsong-cpp.github.io/cppwp/basic.link |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-6.sentence-1 |
| [basic.lookup] | https://timsong-cpp.github.io/cppwp/basic.lookup |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-6.sentence-2 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-note-3 |
| id-expression | https://timsong-cpp.github.io/cppwp/expr.prim.id.general#nt:id-expression |
| [basic.lookup.general] | https://timsong-cpp.github.io/cppwp/basic.lookup.general |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-6.sentence-3 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-note-4 |
| using-directive | https://timsong-cpp.github.io/cppwp/namespace.udir#nt:using-directive |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-6.sentence-4 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-example-3 |
| 7 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-7 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1226 |
| nominable | https://timsong-cpp.github.io/cppwp/basic.scope#def:nominable |
| [namespace.def] | https://timsong-cpp.github.io/cppwp/namespace.def |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-7.sentence-1 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-example-4 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-7.sentence-2 |
| 8 | https://timsong-cpp.github.io/cppwp/basic.scope#scope-8 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1252 |
| [temp.pre] | https://timsong-cpp.github.io/cppwp/temp.pre |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#scope-8.sentence-1 |
| 14) | https://timsong-cpp.github.io/cppwp/basic.scope#footnote-14 |
| 14) | https://timsong-cpp.github.io/cppwp/basic.scope#footnoteref-14 |
| [over.match.funcs] | https://timsong-cpp.github.io/cppwp/over.match.funcs |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#footnote-14.sentence-1 |
| 6.4.2 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl |
| [basic.scope.pdecl] | https://timsong-cpp.github.io/cppwp/basic.scope.pdecl |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1264 |
| locus | https://timsong-cpp.github.io/cppwp/basic.scope#def:locus |
| [basic.pre] | https://timsong-cpp.github.io/cppwp/basic.pre |
| [dcl.decl] | https://timsong-cpp.github.io/cppwp/dcl.decl |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-1.sentence-1 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-example-1 |
| [basic.life] | https://timsong-cpp.github.io/cppwp/basic.life |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-1.sentence-2 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-2 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1278 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-1 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-2.sentence-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-example-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-2.sentence-2 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-3 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1292 |
| class-specifier | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-specifier |
| identifier | https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier |
| simple-template-id | https://timsong-cpp.github.io/cppwp/temp.names#nt:simple-template-id |
| class-head | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-head |
| [class.pre] | https://timsong-cpp.github.io/cppwp/class.pre |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-3.sentence-1 |
| enum-specifier | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enum-specifier |
| enum-head | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enum-head |
| opaque-enum-declaration | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:opaque-enum-declaration |
| [dcl.enum] | https://timsong-cpp.github.io/cppwp/dcl.enum |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-3.sentence-2 |
| alias-declaration | https://timsong-cpp.github.io/cppwp/dcl.pre#nt:alias-declaration |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-3.sentence-3 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-4 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1304 |
| using-declarator | https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator |
| using-declarator | https://timsong-cpp.github.io/cppwp/namespace.udecl#nt:using-declarator |
| [namespace.udecl] | https://timsong-cpp.github.io/cppwp/namespace.udecl |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-4.sentence-1 |
| 5 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-5 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1309 |
| enumerator-definition | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enumerator-definition |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-5.sentence-1 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-example-3 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-5.sentence-2 |
| 6 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-6 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1320 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-6.sentence-1 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-example-4 |
| 7 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-7 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1336 |
| elaborated-type-specifier | https://timsong-cpp.github.io/cppwp/dcl.type.elab#nt:elaborated-type-specifier |
| [dcl.type.elab] | https://timsong-cpp.github.io/cppwp/dcl.type.elab |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-7.sentence-1 |
| 8 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-8 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1340 |
| [class.pre] | https://timsong-cpp.github.io/cppwp/class.pre |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-8.sentence-1 |
| 9 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-9 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1344 |
| [dcl.fct.def.general] | https://timsong-cpp.github.io/cppwp/dcl.fct.def.general |
| function-body | https://timsong-cpp.github.io/cppwp/dcl.fct.def.general#nt:function-body |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-9.sentence-1 |
| 10 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-10 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1350 |
| [dcl.struct.bind] | https://timsong-cpp.github.io/cppwp/dcl.struct.bind |
| identifier-list | https://timsong-cpp.github.io/cppwp/cpp.pre#nt:identifier-list |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-10.sentence-1 |
| 11 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-11 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1355 |
| for-range-declaration | https://timsong-cpp.github.io/cppwp/stmt.pre#nt:for-range-declaration |
| [stmt.ranged] | https://timsong-cpp.github.io/cppwp/stmt.ranged |
| for-range-initializer | https://timsong-cpp.github.io/cppwp/stmt.pre#nt:for-range-initializer |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-11.sentence-1 |
| for-range-declaration | https://timsong-cpp.github.io/cppwp/stmt.pre#nt:for-range-declaration |
| expansion-statement | https://timsong-cpp.github.io/cppwp/stmt.expand#nt:expansion-statement |
| [stmt.expand] | https://timsong-cpp.github.io/cppwp/stmt.expand |
| expansion-initializer | https://timsong-cpp.github.io/cppwp/stmt.expand#nt:expansion-initializer |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-11.sentence-2 |
| 12 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-12 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1363 |
| template-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:template-parameter |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-12.sentence-1 |
| 5 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-example-5 |
| typedef-name | https://timsong-cpp.github.io/cppwp/dcl.typedef#nt:typedef-name |
| 13 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-13 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1375 |
| result-name-introducer | https://timsong-cpp.github.io/cppwp/dcl.contract.res#nt:result-name-introducer |
| [dcl.contract.res] | https://timsong-cpp.github.io/cppwp/dcl.contract.res |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-13.sentence-1 |
| 14 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-14 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1379 |
| concept-definition | https://timsong-cpp.github.io/cppwp/temp.concept#nt:concept-definition |
| concept-name | https://timsong-cpp.github.io/cppwp/temp.concept#nt:concept-name |
| [temp.concept] | https://timsong-cpp.github.io/cppwp/temp.concept |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-14.sentence-1 |
| 3 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-3 |
| constraint-expression | https://timsong-cpp.github.io/cppwp/temp.constr.decl#nt:constraint-expression |
| concept-name | https://timsong-cpp.github.io/cppwp/temp.concept#nt:concept-name |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-14.sentence-2 |
| 15 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-15 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1387 |
| namespace-definition | https://timsong-cpp.github.io/cppwp/namespace.def.general#nt:namespace-definition |
| identifier | https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier |
| identifier | https://timsong-cpp.github.io/cppwp/lex.name#nt:identifier |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-15.sentence-1 |
| 4 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-4 |
| unnamed-namespace-definition | https://timsong-cpp.github.io/cppwp/namespace.def.general#nt:unnamed-namespace-definition |
| [namespace.unnamed] | https://timsong-cpp.github.io/cppwp/namespace.unnamed |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-15.sentence-2 |
| 16 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-16 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1396 |
| 5 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-5 |
| [class.friend] | https://timsong-cpp.github.io/cppwp/class.friend |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-16.sentence-1 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-16.sentence-2 |
| 17 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-17 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1408 |
| 6 | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-note-6 |
| [temp.point] | https://timsong-cpp.github.io/cppwp/temp.point |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#pdecl-17.sentence-1 |
| 6.4.3 | https://timsong-cpp.github.io/cppwp/basic.scope#block |
| [basic.scope.block] | https://timsong-cpp.github.io/cppwp/basic.scope.block |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#block-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1418 |
| (1.1) | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.1 |
| [stmt.select] | https://timsong-cpp.github.io/cppwp/stmt.select |
| [stmt.iter] | https://timsong-cpp.github.io/cppwp/stmt.iter |
| [stmt.expand] | https://timsong-cpp.github.io/cppwp/stmt.expand |
| (1.2) | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.2 |
| (1.3) | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.3 |
| handler | https://timsong-cpp.github.io/cppwp/except.pre#nt:handler |
| [except.pre] | https://timsong-cpp.github.io/cppwp/except.pre |
| (1.4) | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.4 |
| [stmt.block] | https://timsong-cpp.github.io/cppwp/stmt.block |
| compound-statement | https://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement |
| handler | https://timsong-cpp.github.io/cppwp/except.pre#nt:handler |
| block scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,block |
| handler | https://timsong-cpp.github.io/cppwp/except.pre#nt:handler |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.sentence-1 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#block-note-1 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.sentence-2 |
| block variable | https://timsong-cpp.github.io/cppwp/basic.scope#def:block_variable |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#block-1.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#block-example-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#block-2 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1450 |
| (2.1) | https://timsong-cpp.github.io/cppwp/basic.scope#block-2.1 |
| compound-statement | https://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement |
| lambda-expression | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression |
| function-body | https://timsong-cpp.github.io/cppwp/dcl.fct.def.general#nt:function-body |
| function-try-block | https://timsong-cpp.github.io/cppwp/except.pre#nt:function-try-block |
| (2.2) | https://timsong-cpp.github.io/cppwp/basic.scope#block-2.2 |
| (2.3) | https://timsong-cpp.github.io/cppwp/basic.scope#block-2.3 |
| handler | https://timsong-cpp.github.io/cppwp/except.pre#nt:handler |
| function-try-block | https://timsong-cpp.github.io/cppwp/except.pre#nt:function-try-block |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#block-2.sentence-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#block-example-2 |
| 6.4.4 | https://timsong-cpp.github.io/cppwp/basic.scope#param |
| [basic.scope.param] | https://timsong-cpp.github.io/cppwp/basic.scope.param |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#param-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1483 |
| parameter-declaration-clause | https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause |
| function parameter scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,function_parameter |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.sentence-1 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#param-note-1 |
| parameter-declaration-clause | https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration-clause |
| [dcl.fct.default] | https://timsong-cpp.github.io/cppwp/dcl.fct.default |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.sentence-2 |
| (1.1) | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.1 |
| declarator | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator |
| noptr-declarator | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:noptr-declarator |
| declarator-id | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator-id |
| attribute-specifier-seq | https://timsong-cpp.github.io/cppwp/dcl.attr.grammar#nt:attribute-specifier-seq |
| init-declarator | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:init-declarator |
| member-declarator | https://timsong-cpp.github.io/cppwp/class.mem.general#nt:member-declarator |
| declarator | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator |
| parameter-declaration | https://timsong-cpp.github.io/cppwp/dcl.fct#nt:parameter-declaration |
| nodeclspec-function-declaration | https://timsong-cpp.github.io/cppwp/dcl.pre#nt:nodeclspec-function-declaration |
| function-definition | https://timsong-cpp.github.io/cppwp/dcl.fct.def.general#nt:function-definition |
| declarator | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.1.sentence-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#param-note-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.1.sentence-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.1.sentence-3 |
| (1.2) | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.2 |
| lambda-declarator | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-declarator |
| compound-statement | https://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement |
| lambda-expression | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.2.sentence-1 |
| (1.3) | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.3 |
| requirement-parameter-list | https://timsong-cpp.github.io/cppwp/expr.prim.req.general#nt:requirement-parameter-list |
| requirement-body | https://timsong-cpp.github.io/cppwp/expr.prim.req.general#nt:requirement-body |
| requires-expression | https://timsong-cpp.github.io/cppwp/expr.prim.req.general#nt:requires-expression |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.3.sentence-1 |
| (1.4) | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.4 |
| deduction-guide | https://timsong-cpp.github.io/cppwp/temp.deduct.guide#nt:deduction-guide |
| deduction-guide | https://timsong-cpp.github.io/cppwp/temp.deduct.guide#nt:deduction-guide |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#param-1.4.sentence-1 |
| 6.4.5 | https://timsong-cpp.github.io/cppwp/basic.scope#lambda |
| [basic.scope.lambda] | https://timsong-cpp.github.io/cppwp/basic.scope.lambda |
| lambda-expression | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-expression |
| lambda scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,lambda |
| lambda-introducer | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-introducer |
| compound-statement | https://timsong-cpp.github.io/cppwp/stmt.block#nt:compound-statement |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#lambda-sentence-1 |
| 6.4.6 | https://timsong-cpp.github.io/cppwp/basic.scope#namespace |
| [basic.scope.namespace] | https://timsong-cpp.github.io/cppwp/basic.scope.namespace |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#namespace-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1528 |
| namespace-definition | https://timsong-cpp.github.io/cppwp/namespace.def.general#nt:namespace-definition |
| namespace scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,namespace |
| namespace-body | https://timsong-cpp.github.io/cppwp/namespace.def.general#nt:namespace-body |
| namespace-definition | https://timsong-cpp.github.io/cppwp/namespace.def.general#nt:namespace-definition |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#namespace-1.sentence-1 |
| declarator-id | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator-id |
| class-head-name | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-head-name |
| enum-head-name | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enum-head-name |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#namespace-1.sentence-2 |
| [basic.namespace] | https://timsong-cpp.github.io/cppwp/basic.namespace |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#namespace-1.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#namespace-example-1 |
| 6.4.7 | https://timsong-cpp.github.io/cppwp/basic.scope#class |
| [basic.scope.class] | https://timsong-cpp.github.io/cppwp/basic.scope.class |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#class-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1555 |
| class scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,class |
| member-specification | https://timsong-cpp.github.io/cppwp/class.mem.general#nt:member-specification |
| class-specifier | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-specifier |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#class-1.sentence-1 |
| declarator-id | https://timsong-cpp.github.io/cppwp/dcl.decl.general#nt:declarator-id |
| class-head-name | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-head-name |
| enum-head-name | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enum-head-name |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#class-1.sentence-2 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#class-note-1 |
| class-specifier | https://timsong-cpp.github.io/cppwp/class.pre#nt:class-specifier |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#class-1.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#class-example-1 |
| 6.4.8 | https://timsong-cpp.github.io/cppwp/basic.scope#enum |
| [basic.scope.enum] | https://timsong-cpp.github.io/cppwp/basic.scope.enum |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#enum-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1585 |
| enumeration scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,enumeration |
| enumerator-list | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enumerator-list |
| enum-specifier | https://timsong-cpp.github.io/cppwp/dcl.enum#nt:enum-specifier |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#enum-1.sentence-1 |
| 6.4.9 | https://timsong-cpp.github.io/cppwp/basic.scope#temp |
| [basic.scope.temp] | https://timsong-cpp.github.io/cppwp/basic.scope.temp |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#temp-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1593 |
| type-tt-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:type-tt-parameter |
| variable-tt-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:variable-tt-parameter |
| concept-tt-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:concept-tt-parameter |
| template parameter scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,template_parameter |
| template-head | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-head |
| template-parameter | https://timsong-cpp.github.io/cppwp/temp.param#nt:template-parameter |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#temp-1.sentence-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#temp-2 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1603 |
| template-declaration | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-declaration |
| template-parameter-list | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list |
| template-declaration | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-declaration |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#temp-2.sentence-1 |
| template-parameter-list | https://timsong-cpp.github.io/cppwp/temp.pre#nt:template-parameter-list |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#temp-2.sentence-2 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#temp-2.sentence-3 |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#temp-note-1 |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#temp-2.sentence-4 |
| 6.4.10 | https://timsong-cpp.github.io/cppwp/basic.scope#contract |
| [basic.scope.contract] | https://timsong-cpp.github.io/cppwp/basic.scope.contract |
| 1 | https://timsong-cpp.github.io/cppwp/basic.scope#contract-1 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1620 |
| [basic.contract] | https://timsong-cpp.github.io/cppwp/basic.contract |
| contract-assertion scope | https://timsong-cpp.github.io/cppwp/basic.scope#def:scope,contract-assertion |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#contract-1.sentence-1 |
| 2 | https://timsong-cpp.github.io/cppwp/basic.scope#contract-2 |
| # | https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/basic.tex#L1625 |
| result-name-introducer | https://timsong-cpp.github.io/cppwp/dcl.contract.res#nt:result-name-introducer |
| [dcl.contract.res] | https://timsong-cpp.github.io/cppwp/dcl.contract.res |
| [basic.scope.scope] | https://timsong-cpp.github.io/cppwp/basic.scope#scope |
| (2.1) | https://timsong-cpp.github.io/cppwp/basic.scope#contract-2.1 |
| (2.2) | https://timsong-cpp.github.io/cppwp/basic.scope#contract-2.2 |
| lambda-declarator | https://timsong-cpp.github.io/cppwp/expr.prim.lambda.general#nt:lambda-declarator |
| [expr.prim.lambda] | https://timsong-cpp.github.io/cppwp/expr.prim.lambda |
| . | https://timsong-cpp.github.io/cppwp/basic.scope#contract-2.sentence-1 |