| [basic] | https://timsong-cpp.github.io/cppwp/#basic |
| [basic.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.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.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 |
| [basic.scope] | https://timsong-cpp.github.io/cppwp/basic.scope |
| . | https://timsong-cpp.github.io/cppwp/basic.scope.scope#1.sentence-2 |
| enclosing scope | https://timsong-cpp.github.io/cppwp/basic.scope.scope#def:scope,enclosing |
| immediate scope | https://timsong-cpp.github.io/cppwp/basic.scope.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.scope#footnote-14 |
| 14) | https://timsong-cpp.github.io/cppwp/basic.scope.scope#footnoteref-14 |
| [over.match.funcs] | https://timsong-cpp.github.io/cppwp/over.match.funcs |
| . | https://timsong-cpp.github.io/cppwp/basic.scope.scope#footnote-14.sentence-1 |