tmp/tmpl5kfo64c/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Lambda scope <a id="basic.scope.lambda">[[basic.scope.lambda]]</a>
|
| 2 |
+
|
| 3 |
+
A *lambda-expression* `E` introduces a *lambda scope* that starts
|
| 4 |
+
immediately after the *lambda-introducer* of `E` and extends to the end
|
| 5 |
+
of the *compound-statement* of `E`.
|
| 6 |
+
|