tmp/tmp47shuzf9/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### Erasure <a id="flat.multiset.erasure">[[flat.multiset.erasure]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Key, class Compare, class KeyContainer, class Predicate>
|
| 5 |
-
typename flat_multiset<Key, Compare, KeyContainer>::size_type
|
| 6 |
erase_if(flat_multiset<Key, Compare, KeyContainer>& c, Predicate pred);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Preconditions:* `Key` meets the *Cpp17MoveAssignable* requirements.
|
| 10 |
|
|
|
|
| 1 |
#### Erasure <a id="flat.multiset.erasure">[[flat.multiset.erasure]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Key, class Compare, class KeyContainer, class Predicate>
|
| 5 |
+
constexpr typename flat_multiset<Key, Compare, KeyContainer>::size_type
|
| 6 |
erase_if(flat_multiset<Key, Compare, KeyContainer>& c, Predicate pred);
|
| 7 |
```
|
| 8 |
|
| 9 |
*Preconditions:* `Key` meets the *Cpp17MoveAssignable* requirements.
|
| 10 |
|