tmp/tmpqq9h5ujf/{from.md → to.md}
RENAMED
|
@@ -42,16 +42,16 @@ bool operator>=(const type_index& rhs) const noexcept;
|
|
| 42 |
```
|
| 43 |
|
| 44 |
*Returns:* `!target->before(*rhs.target)`
|
| 45 |
|
| 46 |
``` cpp
|
| 47 |
-
size_t hash_code() const;
|
| 48 |
```
|
| 49 |
|
| 50 |
*Returns:* `target->hash_code()`
|
| 51 |
|
| 52 |
``` cpp
|
| 53 |
-
const char* name() const;
|
| 54 |
```
|
| 55 |
|
| 56 |
*Returns:* `target->name()`
|
| 57 |
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
*Returns:* `!target->before(*rhs.target)`
|
| 45 |
|
| 46 |
``` cpp
|
| 47 |
+
size_t hash_code() const noexcept;
|
| 48 |
```
|
| 49 |
|
| 50 |
*Returns:* `target->hash_code()`
|
| 51 |
|
| 52 |
``` cpp
|
| 53 |
+
const char* name() const noexcept;
|
| 54 |
```
|
| 55 |
|
| 56 |
*Returns:* `target->name()`
|
| 57 |
|