File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1983
1983
1984
1984
\pnum
1985
1985
\ensures
1986
- \tcode{tiestr == tie()}.
1986
+ \tcode{tiestr == tie()} is \keyword{true} .
1987
1987
1988
1988
\pnum
1989
1989
\returns
2017
2017
2018
2018
\pnum
2019
2019
\ensures
2020
- \tcode{sb == rdbuf()}.
2020
+ \tcode{sb == rdbuf()} is \keyword{true} .
2021
2021
2022
2022
\pnum
2023
2023
\returns
2037
2037
\tcode{ios_base::imbue(loc)}\iref{ios.base.locales}
2038
2038
and
2039
2039
if
2040
- \tcode{rdbuf() != 0}
2040
+ \tcode{rdbuf() != 0} is \keyword{true}
2041
2041
then
2042
2042
\tcode{rdbuf()->pubimbue(loc)}\iref{streambuf.locales}.
2043
2043
2106
2106
\pnum
2107
2107
\effects
2108
2108
If
2109
- \tcode{( this == addressof(rhs)) } is \tcode{true}
2109
+ \tcode{this == addressof(rhs)} is \tcode{true},
2110
2110
does nothing.
2111
2111
Otherwise assigns to the member objects of
2112
2112
\tcode{*this}
You can’t perform that action at this time.
0 commit comments