tmp/tmplf_k655x/{from.md → to.md}
RENAMED
|
@@ -1,16 +1,9 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class T, class U>
|
| 5 |
-
bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* `true`.
|
| 9 |
|
| 10 |
-
``` cpp
|
| 11 |
-
template <class T, class U>
|
| 12 |
-
bool operator!=(const allocator<T>&, const allocator<U>&) noexcept;
|
| 13 |
-
```
|
| 14 |
-
|
| 15 |
-
*Returns:* `false`.
|
| 16 |
-
|
|
|
|
| 1 |
+
#### Operators <a id="allocator.globals">[[allocator.globals]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class T, class U>
|
| 5 |
+
constexpr bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* `true`.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|