|
952 | 952 | \begin{itemdescr}
|
953 | 953 | \pnum
|
954 | 954 | \effects
|
955 |
| -The constructor initializes \tcode{first} with \tcode{x} and \tcode{second} |
956 |
| -with \tcode{y}. |
| 955 | +Initializes \tcode{first} with \tcode{x} and \tcode{second} with \tcode{y}. |
957 | 956 |
|
958 | 957 | \pnum
|
959 | 958 | \remarks This constructor shall not participate in overload resolution
|
|
972 | 971 | \begin{itemdescr}
|
973 | 972 | \pnum
|
974 | 973 | \effects
|
975 |
| -The constructor initializes \tcode{first} with |
| 974 | +Initializes \tcode{first} with |
976 | 975 | \tcode{std::forward<U1>(x)} and \tcode{second}
|
977 |
| -with \tcode{std::forward<\brk{}U2>(y)}. |
| 976 | +with \tcode{std::forward<U2>(y)}. |
978 | 977 |
|
979 | 978 | \pnum
|
980 | 979 | \remarks
|
|
994 | 993 | \begin{itemdescr}
|
995 | 994 | \pnum
|
996 | 995 | \effects
|
997 |
| -The constructor initializes members from the corresponding members of the argument. |
| 996 | +Initializes members from the corresponding members of the argument. |
998 | 997 |
|
999 | 998 | \pnum
|
1000 | 999 | \remarks This constructor shall not participate in overload resolution unless
|
|
1013 | 1012 | \begin{itemdescr}
|
1014 | 1013 | \pnum
|
1015 | 1014 | \effects
|
1016 |
| -The constructor initializes \tcode{first} with |
| 1015 | +Initializes \tcode{first} with |
1017 | 1016 | \tcode{std::forward<U1>(p.first)}
|
1018 | 1017 | and \tcode{second} with
|
1019 |
| -\tcode{std::\brk{}forward<U2>(p.second)}. |
| 1018 | +\tcode{std::forward<U2>(\brk{}p.second)}. |
1020 | 1019 |
|
1021 | 1020 | \pnum
|
1022 | 1021 | \remarks This constructor shall not participate in overload resolution unless
|
|
1039 | 1038 | and \tcode{is_constructible_v<sec\-ond_type, Args2\&\&...>} is \tcode{true}.
|
1040 | 1039 |
|
1041 | 1040 | \pnum
|
1042 |
| -\effects The constructor initializes \tcode{first} with arguments of types |
| 1041 | +\effects Initializes \tcode{first} with arguments of types |
1043 | 1042 | \tcode{Args1...} obtained by forwarding the elements of \tcode{first_args}
|
1044 | 1043 | and initializes \tcode{second} with arguments of types \tcode{Args2...}
|
1045 | 1044 | obtained by forwarding the elements of \tcode{second_args}. (Here, forwarding
|
|
1599 | 1598 |
|
1600 | 1599 | \begin{itemdescr}
|
1601 | 1600 | \pnum
|
1602 |
| -\effects The constructor initializes each element with the value of the |
| 1601 | +\effects Initializes each element with the value of the |
1603 | 1602 | corresponding parameter.
|
1604 | 1603 |
|
1605 | 1604 | \pnum
|
|
1618 | 1617 |
|
1619 | 1618 | \begin{itemdescr}
|
1620 | 1619 | \pnum
|
1621 |
| -\effects The constructor initializes the elements in the tuple with the |
1622 |
| -corresponding value in \tcode{std::for\-ward<UTypes>(u)}. |
| 1620 | +\effects Initializes the elements in the tuple with the |
| 1621 | +corresponding value in \tcode{std::forward<UTypes>(u)}. |
1623 | 1622 |
|
1624 | 1623 | \pnum
|
1625 | 1624 | \remarks This constructor shall not participate in overload resolution unless
|
|
1665 | 1664 |
|
1666 | 1665 | \begin{itemdescr}
|
1667 | 1666 | \pnum
|
1668 |
| -\effects The constructor initializes each element of \tcode{*this} |
| 1667 | +\effects Initializes each element of \tcode{*this} |
1669 | 1668 | with the corresponding element of \tcode{u}.
|
1670 | 1669 |
|
1671 | 1670 | \pnum
|
|
1693 | 1692 |
|
1694 | 1693 | \begin{itemdescr}
|
1695 | 1694 | \pnum
|
1696 |
| -\effects For all $i$, the constructor |
| 1695 | +\effects For all $i$, |
1697 | 1696 | initializes the $i^\text{th}$ element of \tcode{*this} with
|
1698 | 1697 | \tcode{std::forward<U$_i$>(get<$i$>(u))}.
|
1699 | 1698 |
|
|
1724 | 1723 |
|
1725 | 1724 | \begin{itemdescr}
|
1726 | 1725 | \pnum
|
1727 |
| -\effects The constructor initializes the first element with \tcode{u.first} and the |
| 1726 | +\effects Initializes the first element with \tcode{u.first} and the |
1728 | 1727 | second element with \tcode{u.second}.
|
1729 | 1728 |
|
1730 | 1729 | \pnum
|
|
1747 | 1746 |
|
1748 | 1747 | \begin{itemdescr}
|
1749 | 1748 | \pnum
|
1750 |
| -\effects The constructor initializes the first element with |
| 1749 | +\effects Initializes the first element with |
1751 | 1750 | \tcode{std::forward<U1>(u.first)} and the
|
1752 | 1751 | second element with \tcode{std::forward<U2>(u.second)}.
|
1753 | 1752 |
|
|
0 commit comments