File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1750
1750
\tcode{O(p)} &
1751
1751
\tcode{streamoff} &
1752
1752
converts to \tcode{offset} &
1753
- \tcode{P(O(p)) == p} \\ \rowsep
1753
+ \tcode{P(O(p)) == p} is \keyword{true} \\ \rowsep
1754
1754
\tcode{p == q} &
1755
1755
\tcode{bool} &
1756
1756
&
1769
1769
\tcode{p + o} &
1770
1770
\tcode{P} &
1771
1771
\tcode{+} offset &
1772
- \remarks With \tcode{ql = p + o;}, then: \tcode{ql - o == p} \\ \rowsep
1772
+ \remarks With \tcode{ql = p + o;}, then:
1773
+ \tcode{ql - o == p} is \keyword{true} \\ \rowsep
1773
1774
\tcode{pl += o} &
1774
1775
\tcode{P\&} &
1775
1776
\tcode{+=} offset &
1776
1777
\remarks With \tcode{ql = pl;} before the \tcode{+=}, then:
1777
- \tcode{pl - o == ql} \\ \rowsep
1778
+ \tcode{pl - o == ql} is \keyword{true} \\ \rowsep
1778
1779
\tcode{p - o} &
1779
1780
\tcode{P} &
1780
1781
\tcode{-} offset &
1781
- \remarks With \tcode{ql = p - o;}, then: \tcode{ql + o == p} \\ \rowsep
1782
+ \remarks With \tcode{ql = p - o;}, then:
1783
+ \tcode{ql + o == p} is \keyword{true} \\ \rowsep
1782
1784
\tcode{pl -= o} &
1783
1785
\tcode{P\&} &
1784
1786
\tcode{-=} offset &
1785
1787
\remarks With \tcode{ql = pl;} before the \tcode{-=}, then:
1786
- \tcode{pl + o == ql} \\ \rowsep
1788
+ \tcode{pl + o == ql} is \keyword{true} \\ \rowsep
1787
1789
\tcode{o + p} &
1788
1790
convertible to \tcode{P} &
1789
1791
\tcode{p + o} &
1790
- \tcode{P(o + p) == p + o} \\ \rowsep
1792
+ \tcode{P(o + p) == p + o} is \keyword{true} \\ \rowsep
1791
1793
\tcode{p - q} &
1792
1794
\tcode{streamoff} &
1793
1795
distance &
1794
- \tcode{p == q + (p - q)} \\
1796
+ \tcode{p == q + (p - q)} is \keyword{true} \\
1795
1797
\end{libreqtab4c}
1796
1798
1797
1799
\pnum
You can’t perform that action at this time.
0 commit comments