tmp/tmprjxzpu3q/{from.md → to.md}
RENAMED
|
@@ -85,9 +85,10 @@ template<class T>
|
|
| 85 |
``` cpp
|
| 86 |
scoped_allocator_adaptor select_on_container_copy_construction() const;
|
| 87 |
```
|
| 88 |
|
| 89 |
*Returns:* A new `scoped_allocator_adaptor` object where each allocator
|
| 90 |
-
`
|
| 91 |
-
`allocator_traits<
|
| 92 |
-
|
|
|
|
| 93 |
|
|
|
|
| 85 |
``` cpp
|
| 86 |
scoped_allocator_adaptor select_on_container_copy_construction() const;
|
| 87 |
```
|
| 88 |
|
| 89 |
*Returns:* A new `scoped_allocator_adaptor` object where each allocator
|
| 90 |
+
`a1` within the adaptor is initialized with
|
| 91 |
+
`allocator_traits<A1>::select_on_container_copy_construction(a2)`, where
|
| 92 |
+
`A1` is the type of `a1` and `a2` is the corresponding allocator in
|
| 93 |
+
`*this`.
|
| 94 |
|