From Jason Turner

[defns.projection]

Diff to HTML by rtfpessoa

tmp/tmpwos90y72/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
- #### 22 projection <a id="defns.projection">[[defns.projection]]</a>
2
 
3
- function object argument⟩ transformation that an algorithm applies
4
- before inspecting the values of elements
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"}};