tmp/tmpwos90y72/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
-
⟨
|
| 4 |
-
|
| 5 |
|
| 6 |
[*Example 1*:
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
std::pair<int, std::string_view> pairs[] = {{2, "foo"}, {1, "bar"}, {0, "baz"}};
|
|
|
|
| 1 |
+
#### 44 projection <a id="defns.projection">[[defns.projection]]</a>
|
| 2 |
|
| 3 |
+
⟨library⟩ transformation that an algorithm applies before inspecting the
|
| 4 |
+
values of elements
|
| 5 |
|
| 6 |
[*Example 1*:
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
std::pair<int, std::string_view> pairs[] = {{2, "foo"}, {1, "bar"}, {0, "baz"}};
|