From Jason Turner

[hash]

Diff to HTML by rtfpessoa

tmp/tmpphedceme/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
  **Table: `Hash` requirements** <a id="hash">[hash]</a>
2
 
3
  | | | |
4
- | ------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
- | `h(k)` | `size_t` | The value returned shall depend only on the argument `k`. \enternote Thus all evaluations of the expression `h(k)` with the same value for `k` yield the same result. \exitnote \enternote For two different values `t1` and `t2`, the probability that `h(t1)` and `h(t2)` compare equal should be very small, approaching `1.0 / numeric_limits<size_t>::max()`. \exitnote |
6
  | `h(u)` | `size_t` | Shall not modify `u`. |
7
 
 
1
  **Table: `Hash` requirements** <a id="hash">[hash]</a>
2
 
3
  | | | |
4
+ | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
+ | `h(k)` | `size_t` | The value returned shall depend only on the argument `k` for the duration of the program. \enternote Thus all evaluations of the expression `h(k)` with the same value for `k` yield the same result for a given execution of the program. \exitnote \enternote For two different values `t1` and `t2`, the probability that `h(t1)` and `h(t2)` compare equal should be very small, approaching `1.0 / numeric_limits<size_t>::max()`. \exitnote |
6
  | `h(u)` | `size_t` | Shall not modify `u`. |
7