|
1599 | 1599 | \item
|
1600 | 1600 | \tcode{a},
|
1601 | 1601 | \tcode{b}, and
|
1602 |
| -\tcode{c} denote values of type (possibly \keyword{const}) \tcode{T}, |
| 1602 | +\tcode{c} denote values of type (possibly const) \tcode{T}, |
1603 | 1603 | \item
|
1604 | 1604 | \tcode{s} and \tcode{t} denote modifiable lvalues of type \tcode{T},
|
1605 | 1605 | \item
|
1606 | 1606 | \tcode{u} denotes an identifier,
|
1607 | 1607 | \item
|
1608 | 1608 | \tcode{rv} denotes an rvalue of type \tcode{T}, and
|
1609 | 1609 | \item
|
1610 |
| -\tcode{v} denotes an lvalue of type (possibly \keyword{const}) \tcode{T} or an |
| 1610 | +\tcode{v} denotes an lvalue of type (possibly const) \tcode{T} or an |
1611 | 1611 | rvalue of type \tcode{const T}.
|
1612 | 1612 | \end{itemize}
|
1613 | 1613 |
|
|
1861 | 1861 | \pnum
|
1862 | 1862 | In \tref{cpp17.nullablepointer}, \tcode{u} denotes an identifier, \tcode{t}
|
1863 | 1863 | denotes a non-\keyword{const} lvalue of type \tcode{P}, \tcode{a} and \tcode{b}
|
1864 |
| -denote values of type (possibly \keyword{const}) \tcode{P}, and \tcode{np} denotes |
1865 |
| -a value of type (possibly \keyword{const}) \tcode{std::nullptr_t}. |
| 1864 | +denote values of type (possibly const) \tcode{P}, and \tcode{np} denotes |
| 1865 | +a value of type (possibly const) \tcode{std::nullptr_t}. |
1866 | 1866 |
|
1867 | 1867 | \begin{oldconcepttable}{NullablePointer}{}{cpp17.nullablepointer}
|
1868 | 1868 | {lx{2in}l}
|
|
1915 | 1915 |
|
1916 | 1916 | \pnum
|
1917 | 1917 | Given \tcode{Key} is an argument type for function objects of type \tcode{H}, in
|
1918 |
| -\tref{cpp17.hash} \tcode{h} is a value of type (possibly \keyword{const}) \tcode{H}, |
| 1918 | +\tref{cpp17.hash} \tcode{h} is a value of type (possibly const) \tcode{H}, |
1919 | 1919 | \tcode{u} is an lvalue of type \tcode{Key}, and \tcode{k} is a value of a type convertible to
|
1920 |
| -(possibly \keyword{const}) \tcode{Key}. |
| 1920 | +(possibly const) \tcode{Key}. |
1921 | 1921 |
|
1922 | 1922 | \begin{oldconcepttable}{Hash}{}{cpp17.hash}
|
1923 | 1923 | {llp{.55\hsize}}
|
|
1998 | 1998 | \item
|
1999 | 1999 | \tcode{y} denotes a value of type \tcode{XX::const_void_pointer}
|
2000 | 2000 | obtained by conversion from a result value of \tcode{YY::allocate}, or else
|
2001 |
| -a value of type (possibly \tcode{const}) \tcode{std::nullptr_t}, |
| 2001 | +a value of type (possibly const) \tcode{std::nullptr_t}, |
2002 | 2002 | \item
|
2003 | 2003 | \tcode{n} denotes a value of type \tcode{XX::size_type},
|
2004 | 2004 | \item
|
|
2658 | 2658 | \pnum
|
2659 | 2659 | \returns
|
2660 | 2660 | \tcode{true_type} only if the expression \tcode{a1 == a2} is guaranteed
|
2661 |
| -to be \tcode{true} for any two (possibly \tcode{const}) values |
| 2661 | +to be \tcode{true} for any two (possibly const) values |
2662 | 2662 | \tcode{a1}, \tcode{a2} of type \tcode{X}.
|
2663 | 2663 |
|
2664 | 2664 | \pnum
|
|
0 commit comments