File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1872
1872
by calling \tcode {a1.allocate}, where \tcode {a1 == a} \\ \rowsep
1873
1873
\tcode {q} & a value of type \tcode {XX::const_pointer}
1874
1874
obtained by conversion from a value \tcode {p}. \\ \rowsep
1875
+ \tcode {r} & a value of type \tcode {T\& }
1876
+ obtained by the expression \tcode {*p}. \\ \rowsep
1875
1877
\tcode {w} & a value of type \tcode {XX::void_pointer} obtained by
1876
1878
conversion from a value \tcode {p} \\ \rowsep
1877
1879
\tcode {x} & a value of type \tcode {XX::const_void_pointer} obtained by
1960
1962
1961
1963
\tcode {pointer_traits<\brk {}X::pointer\brk {}>::pointer_to(r)} &
1962
1964
\tcode {X::pointer} &
1963
- & \\ \rowsep
1965
+ same as \tcode {p} & \\ \rowsep
1964
1966
1965
1967
\tcode {a.allocate(n)} & \tcode {X::pointer} &
1966
1968
Memory is allocated for \tcode {n} objects of type \tcode {T} but objects
You can’t perform that action at this time.
0 commit comments