|
10714 | 10714 | \pnum |
10715 | 10715 | \expects |
10716 | 10716 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map} |
10717 | | -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(k)}, |
| 10717 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(k)}, |
10718 | 10718 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}. |
10719 | 10719 |
|
10720 | 10720 | \pnum |
|
10752 | 10752 | \pnum |
10753 | 10753 | \expects |
10754 | 10754 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map} |
10755 | | -from \tcode{piecewise_construct}, \tcode{for\-ward_as_tuple(std::move(k))}, |
| 10755 | +from \tcode{piecewise_construct}, \tcode{forward_as_tuple(std::move(k))}, |
10756 | 10756 | \tcode{forward_as_tuple(std::forward<Args>(args)...)}. |
10757 | 10757 |
|
10758 | 10758 | \pnum |
|
10849 | 10849 | \effects |
10850 | 10850 | If the map already contains an element \tcode{e} |
10851 | 10851 | whose key is equivalent to \tcode{k}, |
10852 | | -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10852 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10853 | 10853 | Otherwise inserts an object of type \tcode{value_type} |
10854 | 10854 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}. |
10855 | 10855 |
|
@@ -10883,13 +10883,13 @@ |
10883 | 10883 | \pnum |
10884 | 10884 | \expects |
10885 | 10885 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{map} |
10886 | | -from \tcode{std::move(k)}, \tcode{std::for\-ward<M>(obj)}. |
| 10886 | +from \tcode{std::move(k)}, \tcode{std::forward<M>(obj)}. |
10887 | 10887 |
|
10888 | 10888 | \pnum |
10889 | 10889 | \effects |
10890 | 10890 | If the map already contains an element \tcode{e} |
10891 | 10891 | whose key is equivalent to \tcode{k}, |
10892 | | -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 10892 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
10893 | 10893 | Otherwise inserts an object of type \tcode{value_type} |
10894 | 10894 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}. |
10895 | 10895 |
|
@@ -12823,13 +12823,13 @@ |
12823 | 12823 | \pnum |
12824 | 12824 | \expects |
12825 | 12825 | \tcode{value_type} is \oldconcept{EmplaceConstructible} into \tcode{unordered_map} |
12826 | | -from \tcode{k}, \tcode{std::for\-ward<M>(obj)}. |
| 12826 | +from \tcode{k}, \tcode{std::forward<M>(obj)}. |
12827 | 12827 |
|
12828 | 12828 | \pnum |
12829 | 12829 | \effects |
12830 | 12830 | If the map already contains an element \tcode{e} |
12831 | 12831 | whose key is equivalent to \tcode{k}, |
12832 | | -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12832 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12833 | 12833 | Otherwise inserts an object of type \tcode{value_type} |
12834 | 12834 | constructed with \tcode{k}, \tcode{std::forward<M>(obj)}. |
12835 | 12835 |
|
|
12869 | 12869 | \effects |
12870 | 12870 | If the map already contains an element \tcode{e} |
12871 | 12871 | whose key is equivalent to \tcode{k}, |
12872 | | -assigns \tcode{std::for\-ward<M>(obj)} to \tcode{e.second}. |
| 12872 | +assigns \tcode{std::forward<M>(obj)} to \tcode{e.second}. |
12873 | 12873 | Otherwise inserts an object of type \tcode{value_type} |
12874 | 12874 | constructed with \tcode{std::\brk{}move(k)}, \tcode{std::forward<M>(obj)}. |
12875 | 12875 |
|
|
0 commit comments