|
4460 | 4460 | \begin{itemdescr}
|
4461 | 4461 | \pnum
|
4462 | 4462 | \effects
|
4463 |
| -Equivalent to: \tcode{swap(rhs)}. |
| 4463 | +Equivalent to \tcode{swap(rhs)}. |
4464 | 4464 |
|
4465 | 4465 | \pnum
|
4466 | 4466 | \returns
|
|
5857 | 5857 | \begin{itemdescr}
|
5858 | 5858 | \pnum
|
5859 | 5859 | \effects
|
5860 |
| -Equivalent to: \tcode{swap(rhs)}. |
| 5860 | +Equivalent to \tcode{swap(rhs)}. |
5861 | 5861 | \end{itemdescr}
|
5862 | 5862 |
|
5863 | 5863 | \indexlibrarymember{swap}{basic_iostream}%
|
|
6130 | 6130 | \begin{itemdescr}
|
6131 | 6131 | \pnum
|
6132 | 6132 | \effects
|
6133 |
| -Equivalent to: \tcode{swap(rhs)}. |
| 6133 | +Equivalent to \tcode{swap(rhs)}. |
6134 | 6134 |
|
6135 | 6135 | \pnum
|
6136 | 6136 | \returns
|
|
8267 | 8267 | \remarks
|
8268 | 8268 | The exception specification is equivalent to:\\
|
8269 | 8269 | \tcode{allocator_traits<Allocator>::propagate_on_container_swap::value ||}\\
|
8270 |
| -\tcode{allocator_traits<Allocator>::is_always_equal::value}. |
| 8270 | +\tcode{allocator_traits<Allocator>::is_always_equal::value} |
8271 | 8271 | \end{itemdescr}
|
8272 | 8272 |
|
8273 | 8273 | \indexlibrarymember{swap}{basic_stringbuf}%
|
|
8280 | 8280 | \begin{itemdescr}
|
8281 | 8281 | \pnum
|
8282 | 8282 | \effects
|
8283 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 8283 | +Equivalent to \tcode{x.swap(y)}. |
8284 | 8284 | \end{itemdescr}
|
8285 | 8285 |
|
8286 | 8286 | \rSec3[stringbuf.members]{Member functions}
|
|
9031 | 9031 | \begin{itemdescr}
|
9032 | 9032 | \pnum
|
9033 | 9033 | \effects
|
9034 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 9034 | +Equivalent to \tcode{x.swap(y)}. |
9035 | 9035 | \end{itemdescr}
|
9036 | 9036 |
|
9037 | 9037 | \rSec3[istringstream.members]{Member functions}
|
|
9403 | 9403 | \begin{itemdescr}
|
9404 | 9404 | \pnum
|
9405 | 9405 | \effects
|
9406 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 9406 | +Equivalent to \tcode{x.swap(y)}. |
9407 | 9407 | \end{itemdescr}
|
9408 | 9408 |
|
9409 | 9409 | \rSec3[ostringstream.members]{Member functions}
|
|
9781 | 9781 | \begin{itemdescr}
|
9782 | 9782 | \pnum
|
9783 | 9783 | \effects
|
9784 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 9784 | +Equivalent to \tcode{x.swap(y)}. |
9785 | 9785 | \end{itemdescr}
|
9786 | 9786 |
|
9787 | 9787 | \rSec3[stringstream.members]{Member functions}
|
|
10384 | 10384 | \pnum
|
10385 | 10385 | \effects
|
10386 | 10386 | Let \tcode{sp} be \tcode{std::span<const charT>(std::forward<ROS>(s))}.
|
10387 |
| -Equivalent to |
| 10387 | +Equivalent to: |
10388 | 10388 | \begin{codeblock}
|
10389 | 10389 | basic_ispanstream(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()))
|
10390 | 10390 | \end{codeblock}
|
|
10473 | 10473 | Let \tcode{sp} be \tcode{std::span<const charT>(std::forward<ROS>(s))}.
|
10474 | 10474 | Equivalent to:
|
10475 | 10475 | \begin{codeblock}
|
10476 |
| -this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size())) |
| 10476 | +this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size())); |
10477 | 10477 | \end{codeblock}
|
10478 | 10478 | \end{itemdescr}
|
10479 | 10479 |
|
|
11086 | 11086 | \begin{itemdescr}
|
11087 | 11087 | \pnum
|
11088 | 11088 | \effects
|
11089 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 11089 | +Equivalent to \tcode{x.swap(y)}. |
11090 | 11090 | \end{itemdescr}
|
11091 | 11091 |
|
11092 | 11092 | \rSec3[filebuf.members]{Member functions}
|
|
11769 | 11769 | \begin{itemdescr}
|
11770 | 11770 | \pnum
|
11771 | 11771 | \effects
|
11772 |
| -Equivalent to: \tcode{basic_ifstream(s.c_str(), mode)}. |
| 11772 | +Equivalent to \tcode{basic_ifstream(s.c_str(), mode)}. |
11773 | 11773 | \end{itemdescr}
|
11774 | 11774 |
|
11775 | 11775 | \indexlibraryctor{basic_ifstream}%
|
|
11785 | 11785 |
|
11786 | 11786 | \pnum
|
11787 | 11787 | \effects
|
11788 |
| -Equivalent to: \tcode{basic_ifstream(s.c_str(), mode)}. |
| 11788 | +Equivalent to \tcode{basic_ifstream(s.c_str(), mode)}. |
11789 | 11789 | \end{itemdescr}
|
11790 | 11790 |
|
11791 | 11791 | \indexlibraryctor{basic_ifstream}%
|
|
11826 | 11826 | \begin{itemdescr}
|
11827 | 11827 | \pnum
|
11828 | 11828 | \effects
|
11829 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 11829 | +Equivalent to \tcode{x.swap(y)}. |
11830 | 11830 | \end{itemdescr}
|
11831 | 11831 |
|
11832 | 11832 | \rSec3[ifstream.members]{Member functions}
|
|
12028 | 12028 | \begin{itemdescr}
|
12029 | 12029 | \pnum
|
12030 | 12030 | \effects
|
12031 |
| -Equivalent to: \tcode{basic_ofstream(s.c_str(), mode)}. |
| 12031 | +Equivalent to \tcode{basic_ofstream(s.c_str(), mode)}. |
12032 | 12032 | \end{itemdescr}
|
12033 | 12033 |
|
12034 | 12034 | \indexlibraryctor{basic_ofstream}%
|
|
12044 | 12044 |
|
12045 | 12045 | \pnum
|
12046 | 12046 | \effects
|
12047 |
| -Equivalent to: \tcode{basic_ofstream(s.c_str(), mode)}. |
| 12047 | +Equivalent to \tcode{basic_ofstream(s.c_str(), mode)}. |
12048 | 12048 | \end{itemdescr}
|
12049 | 12049 |
|
12050 | 12050 | \indexlibraryctor{basic_ofstream}%
|
|
12085 | 12085 | \begin{itemdescr}
|
12086 | 12086 | \pnum
|
12087 | 12087 | \effects
|
12088 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 12088 | +Equivalent to \tcode{x.swap(y)}. |
12089 | 12089 | \end{itemdescr}
|
12090 | 12090 |
|
12091 | 12091 | \rSec3[ofstream.members]{Member functions}
|
|
12298 | 12298 | \begin{itemdescr}
|
12299 | 12299 | \pnum
|
12300 | 12300 | \effects
|
12301 |
| -Equivalent to: \tcode{basic_fstream(s.c_str(), mode)}. |
| 12301 | +Equivalent to \tcode{basic_fstream(s.c_str(), mode)}. |
12302 | 12302 | \end{itemdescr}
|
12303 | 12303 |
|
12304 | 12304 | \indexlibraryctor{basic_fstream}%
|
|
12314 | 12314 |
|
12315 | 12315 | \pnum
|
12316 | 12316 | \effects
|
12317 |
| -Equivalent to: \tcode{basic_fstream(s.c_str(), mode)}. |
| 12317 | +Equivalent to \tcode{basic_fstream(s.c_str(), mode)}. |
12318 | 12318 | \end{itemdescr}
|
12319 | 12319 |
|
12320 | 12320 | \indexlibraryctor{basic_fstream}%
|
|
12356 | 12356 | \begin{itemdescr}
|
12357 | 12357 | \pnum
|
12358 | 12358 | \effects
|
12359 |
| -Equivalent to: \tcode{x.swap(y)}. |
| 12359 | +Equivalent to \tcode{x.swap(y)}. |
12360 | 12360 | \end{itemdescr}
|
12361 | 12361 |
|
12362 | 12362 | \rSec3[fstream.members]{Member functions}
|
|
0 commit comments