tmp/tmp4h3xzmkx/{from.md → to.md}
RENAMED
|
@@ -14,10 +14,10 @@ lvalue of type `Key`, and `k` is a value of a type convertible to
|
|
| 14 |
(possibly `const`) `Key`.
|
| 15 |
|
| 16 |
**Table: `Hash` requirements** <a id="hash">[hash]</a>
|
| 17 |
|
| 18 |
| | | |
|
| 19 |
-
| ------ | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 20 |
-
| `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 |
|
| 21 |
| `h(u)` | `size_t` | Shall not modify `u`. |
|
| 22 |
|
| 23 |
|
|
|
|
| 14 |
(possibly `const`) `Key`.
|
| 15 |
|
| 16 |
**Table: `Hash` requirements** <a id="hash">[hash]</a>
|
| 17 |
|
| 18 |
| | | |
|
| 19 |
+
| ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| 20 |
+
| `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 |
|
| 21 |
| `h(u)` | `size_t` | Shall not modify `u`. |
|
| 22 |
|
| 23 |
|