|
11933 | 11933 | \pnum
|
11934 | 11934 | \expects
|
11935 | 11935 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
11936 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(k)}, |
| 11936 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(k)}, |
11937 | 11937 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
11938 | 11938 |
|
11939 | 11939 | \pnum
|
|
11971 | 11971 | \pnum
|
11972 | 11972 | \expects
|
11973 | 11973 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
11974 |
| -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(std::move(k))}, |
| 11974 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(std::move(k))}, |
11975 | 11975 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}.
|
11976 | 11976 |
|
11977 | 11977 | \pnum
|
|
12068 | 12068 | \effects
|
12069 | 12069 | If the map already contains an element \tcode{e}
|
12070 | 12070 | whose key is equivalent to \tcode{k},
|
12071 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12071 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12072 | 12072 | Otherwise inserts an object of type \tcode{value_type}
|
12073 | 12073 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
12074 | 12074 |
|
@@ -12102,13 +12102,13 @@
|
12102 | 12102 | \pnum
|
12103 | 12103 | \expects
|
12104 | 12104 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map}
|
12105 |
| -from \tcode{std::move(k)}, \tcode{std::for\-ward<M>(obj)}. |
| 12105 | +from \tcode{std::move(k)}, \tcode{std::forward<M>(obj)}. |
12106 | 12106 |
|
12107 | 12107 | \pnum
|
12108 | 12108 | \effects
|
12109 | 12109 | If the map already contains an element \tcode{e}
|
12110 | 12110 | whose key is equivalent to \tcode{k},
|
12111 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12111 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12112 | 12112 | Otherwise inserts an object of type \tcode{value_type}
|
12113 | 12113 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
12114 | 12114 |
|
@@ -14059,13 +14059,13 @@
|
14059 | 14059 | \pnum
|
14060 | 14060 | \expects
|
14061 | 14061 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{unordered_map}
|
14062 |
| -from \tcode{k}, \tcode{std::for\-ward<M>(obj)}. |
| 14062 | +from \tcode{k}, \tcode{std::forward<M>(obj)}. |
14063 | 14063 |
|
14064 | 14064 | \pnum
|
14065 | 14065 | \effects
|
14066 | 14066 | If the map already contains an element \tcode{e}
|
14067 | 14067 | whose key is equivalent to \tcode{k},
|
14068 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 14068 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
14069 | 14069 | Otherwise inserts an object of type \tcode{value_type}
|
14070 | 14070 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}.
|
14071 | 14071 |
|
|
14105 | 14105 | \effects
|
14106 | 14106 | If the map already contains an element \tcode{e}
|
14107 | 14107 | whose key is equivalent to \tcode{k},
|
14108 |
| -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 14108 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
14109 | 14109 | Otherwise inserts an object of type \tcode{value_type}
|
14110 | 14110 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}.
|
14111 | 14111 |
|
|
0 commit comments