|
1916 | 1916 | \end{itemdescr}
|
1917 | 1917 |
|
1918 | 1918 | \begin{itemdecl}
|
1919 |
| -typename X::const_pointer} |
| 1919 | +typename X::const_pointer |
1920 | 1920 | \end{itemdecl}
|
1921 | 1921 |
|
1922 | 1922 | \begin{itemdescr}
|
1923 | 1923 | \pnum
|
1924 | 1924 | \mandates
|
1925 |
| -\tcode{X::pointer} is convertible to \tcode{X::const_pointer} |
| 1925 | +\tcode{X::pointer} is convertible to \tcode{X::const_pointer}. |
1926 | 1926 |
|
1927 | 1927 | \pnum
|
1928 | 1928 | \remarks
|
|
1972 | 1972 | \begin{itemdescr}
|
1973 | 1973 | \pnum
|
1974 | 1974 | \result
|
1975 |
| -Identical to \tcode{T} |
| 1975 | +Identical to \tcode{T}. |
1976 | 1976 | \end{itemdescr}
|
1977 | 1977 |
|
1978 | 1978 | \begin{itemdecl}
|
|
1982 | 1982 | \begin{itemdescr}
|
1983 | 1983 | \pnum
|
1984 | 1984 | \result
|
1985 |
| -A unsigned integer type |
| 1985 | +An unsigned integer type |
1986 | 1986 | that can represent the size of the largest object in the allocation model.
|
1987 | 1987 |
|
1988 | 1988 | \pnum
|
1989 | 1989 | \remarks
|
| 1990 | +Default: |
1990 | 1991 | \tcode{make_unsigned_t<X::difference_type>}
|
1991 | 1992 | \end{itemdescr}
|
1992 | 1993 |
|
|
2002 | 2003 |
|
2003 | 2004 | \pnum
|
2004 | 2005 | \remarks
|
| 2006 | +Default: |
2005 | 2007 | \tcode{pointer_traits<X::pointer>::difference_type}
|
2006 | 2008 | \end{itemdescr}
|
2007 | 2009 |
|
|
2031 | 2033 |
|
2032 | 2034 | \pnum
|
2033 | 2035 | \begin{note}
|
2034 |
| -The member class template \tcode{rebind} in the table above is |
| 2036 | +The member class template \tcode{rebind} of \tcode{X} is |
2035 | 2037 | effectively a typedef template.
|
2036 | 2038 | In general, if
|
2037 | 2039 | the name \tcode{Allocator} is bound to \tcode{SomeAllocator<T>}, then
|
|
2073 | 2075 | \begin{itemdescr}
|
2074 | 2076 | \pnum
|
2075 | 2077 | \result
|
2076 |
| -type of \tcode{T::m} |
| 2078 | +Type of \tcode{T::m}. |
2077 | 2079 |
|
2078 | 2080 | \pnum
|
2079 | 2081 | \expects
|
|
2091 | 2093 | \begin{itemdescr}
|
2092 | 2094 | \pnum
|
2093 | 2095 | \result
|
2094 |
| -type of \tcode{T::m} |
| 2096 | +Type of \tcode{T::m}. |
2095 | 2097 |
|
2096 | 2098 | \pnum
|
2097 | 2099 | \expects
|
|
2103 | 2105 | \end{itemdescr}
|
2104 | 2106 |
|
2105 | 2107 | \begin{itemdecl}
|
2106 |
| -static_cast<X::pointer>(w)} |
| 2108 | +static_cast<X::pointer>(w) |
2107 | 2109 | \end{itemdecl}
|
2108 | 2110 |
|
2109 | 2111 | \begin{itemdescr}
|
|
2208 | 2210 | \begin{itemdescr}
|
2209 | 2211 | \pnum
|
2210 | 2212 | \result
|
2211 |
| -allocation_result<X::pointer> |
| 2213 | +tcode{allocation_result<X::pointer>} |
2212 | 2214 |
|
2213 | 2215 | \pnum
|
2214 | 2216 | \returns
|
|
2317 | 2319 |
|
2318 | 2320 | \pnum
|
2319 | 2321 | \returns
|
2320 |
| -\tcode{!(a1 == a2)} |
| 2322 | +\tcode{!(a1 == a2)}. |
2321 | 2323 | \end{itemdescr}
|
2322 | 2324 |
|
2323 | 2325 | \begin{itemdecl}
|
|
2331 | 2333 |
|
2332 | 2334 | \pnum
|
2333 | 2335 | \returns
|
2334 |
| -\tcode{a == Y::rebind<T>::other(b)} |
| 2336 | +\tcode{a == Y::rebind<T>::other(b)}. |
2335 | 2337 | \end{itemdescr}
|
2336 | 2338 |
|
2337 | 2339 | \begin{itemdecl}
|
|
2345 | 2347 |
|
2346 | 2348 | \pnum
|
2347 | 2349 | \returns
|
2348 |
| -\tcode{!(a == b)} |
| 2350 | +\tcode{!(a == b)}. |
2349 | 2351 | \end{itemdescr}
|
2350 | 2352 |
|
2351 | 2353 | \begin{itemdecl}
|
|
2370 | 2372 | \begin{itemdescr}
|
2371 | 2373 | \pnum
|
2372 | 2374 | \ensures
|
2373 |
| -\tcode{Y(u) == b} and \tcode{u == X(b)} |
| 2375 | +\tcode{Y(u) == b} and \tcode{u == X(b)}. |
2374 | 2376 |
|
2375 | 2377 | \pnum
|
2376 | 2378 | \throws
|
|
2422 | 2424 | \pnum
|
2423 | 2425 | \remarks
|
2424 | 2426 | Default:
|
2425 |
| -\tcode{construct_at(c,~std::forward<Args>(args)...)} |
| 2427 | +\tcode{construct_at(c, std::forward<Args>(args)...)} |
2426 | 2428 | \end{itemdescr}
|
2427 | 2429 |
|
2428 | 2430 | \begin{itemdecl}
|
|
2539 | 2541 | \pnum
|
2540 | 2542 | \returns
|
2541 | 2543 | \tcode{true_type} only if the expression \tcode{a1 == a2} is guaranteed
|
2542 |
| -to be \tcode{true} for any two (possibly \keyword{const}) values |
| 2544 | +to be \tcode{true} for any two (possibly \tcode{const}) values |
2543 | 2545 | \tcode{a1}, \tcode{a2} of type \tcode{X}.
|
2544 | 2546 |
|
2545 | 2547 | \pnum
|
|
0 commit comments