|
1574 | 1574 | \rSec3[utility.requirements.general]{General}
|
1575 | 1575 |
|
1576 | 1576 | \pnum
|
1577 |
| -\ref{utility.arg.requirements} |
1578 |
| -describes requirements on types and expressions used to instantiate templates |
| 1577 | +Subclauses \ref{utility.arg.requirements}--\ref{utility.req.cpp17.destructible} |
| 1578 | +describe requirements on types and expressions used to instantiate templates |
1579 | 1579 | defined in the \Cpp{} standard library.
|
1580 | 1580 | \ref{swappable.requirements} describes the requirements on swappable types and
|
1581 | 1581 | swappable expressions.
|
|
1625 | 1625 | \tcode{T()} shall be a well-defined expression\iref{dcl.init} if one of those
|
1626 | 1626 | signatures is called using the default argument\iref{dcl.fct.default}.
|
1627 | 1627 |
|
1628 |
| -\rSec3[utility.req.cpp17.equalitycomparable]{\oldconcept{EqualityComparable} requirement} |
| 1628 | +\rSec3[utility.req.cpp17.equalitycomparable]{\oldconcept{EqualityComparable} requirements} |
1629 | 1629 |
|
1630 | 1630 | \pnum
|
1631 | 1631 | A type \tcode{T} meets the \oldconcept{EqualityComparable} requirement
|
|
1654 | 1654 | \end{itemize}
|
1655 | 1655 | \end{itemdescr}
|
1656 | 1656 |
|
1657 |
| -\rSec3[utility.req.cpp17.lessthancomparable]{\oldconcept{LessThanComparable} requirement} |
| 1657 | +\rSec3[utility.req.cpp17.lessthancomparable]{\oldconcept{LessThanComparable} requirements} |
1658 | 1658 |
|
1659 | 1659 | \pnum
|
1660 | 1660 | A type \tcode{T} meets the \oldconcept{LessThanComparable} requirement
|
|
1674 | 1674 | \tcode{<} is a strict weak ordering relation\iref{alg.sorting}.
|
1675 | 1675 | \end{itemdescr}
|
1676 | 1676 |
|
1677 |
| -\rSec3[utility.req.cpp17.defaultconstructible]{\oldconcept{DefaultConstructible} requirement} |
| 1677 | +\rSec3[utility.req.cpp17.defaultconstructible]{\oldconcept{DefaultConstructible} requirements} |
1678 | 1678 |
|
1679 | 1679 | \pnum
|
1680 | 1680 | A type \tcode{T} meets the \oldconcept{DefaultConstructible} requirement
|
|
1711 | 1711 | A value-initialized or aggregate-initialized object of type \tcode{T}.
|
1712 | 1712 | \end{itemdescr}
|
1713 | 1713 |
|
1714 |
| -\rSec3[utility.req.cpp17.moveconstructible]{\oldconcept{MoveConstructible} requirement} |
| 1714 | +\rSec3[utility.req.cpp17.moveconstructible]{\oldconcept{MoveConstructible} requirements} |
1715 | 1715 |
|
1716 | 1716 | \pnum
|
1717 | 1717 | A type \tcode{T} meets the \oldconcept{MoveConstructible} requirement
|
|
1759 | 1759 | \end{note}
|
1760 | 1760 | \end{itemdescr}
|
1761 | 1761 |
|
1762 |
| -\rSec3[utility.req.cpp17.copyconstructible]{\oldconcept{CopyConstructible} requirement} |
| 1762 | +\rSec3[utility.req.cpp17.copyconstructible]{\oldconcept{CopyConstructible} requirements} |
1763 | 1763 |
|
1764 | 1764 | \pnum
|
1765 | 1765 | A type \tcode{T} meets the \oldconcept{CopyConstructible} requirement
|
|
1785 | 1785 | The value of \tcode{v} is unchanged and is equivalent to \tcode{T(v)}.
|
1786 | 1786 | \end{itemdescr}
|
1787 | 1787 |
|
1788 |
| -\rSec3[utility.req.cpp17.moveassignable]{\oldconcept{MoveAssignable} requirement} |
| 1788 | +\rSec3[utility.req.cpp17.moveassignable]{\oldconcept{MoveAssignable} requirements} |
1789 | 1789 |
|
1790 | 1790 | \pnum
|
1791 | 1791 | A type \tcode{T} meets the \oldconcept{MoveAssignable} requirement
|
|
1822 | 1822 | \end{note}
|
1823 | 1823 | \end{itemdescr}
|
1824 | 1824 |
|
1825 |
| -\rSec3[utility.req.cpp17.copyassignable]{\oldconcept{CopyAssignable} requirement} |
| 1825 | +\rSec3[utility.req.cpp17.copyassignable]{\oldconcept{CopyAssignable} requirements} |
1826 | 1826 |
|
1827 | 1827 | \pnum
|
1828 | 1828 | A type \tcode{T} meets the \oldconcept{CopyAssignable} requirement
|
|
1846 | 1846 | \tcode{t}.
|
1847 | 1847 | \end{itemdescr}
|
1848 | 1848 |
|
1849 |
| -\rSec3[utility.req.cpp17.destructible]{\oldconcept{Destructible} requirement} |
| 1849 | +\rSec3[utility.req.cpp17.destructible]{\oldconcept{Destructible} requirements} |
1850 | 1850 |
|
1851 | 1851 | \pnum
|
1852 | 1852 | A type \tcode{T} meets the \oldconcept{Destructible} requirement
|
|
0 commit comments