tmp/tmpzlp9samf/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### Erasure <a id="vector.erasure">[[vector.erasure]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
template<class T, class Allocator, class U>
|
| 5 |
constexpr typename vector<T, Allocator>::size_type
|
| 6 |
erase(vector<T, Allocator>& c, const U& value);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* Equivalent to:
|
|
|
|
| 1 |
#### Erasure <a id="vector.erasure">[[vector.erasure]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
template<class T, class Allocator, class U = T>
|
| 5 |
constexpr typename vector<T, Allocator>::size_type
|
| 6 |
erase(vector<T, Allocator>& c, const U& value);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Effects:* Equivalent to:
|