|
605 | 605 | declared in \libheaderref{cstdio}.
|
606 | 606 | \end{itemdescr}
|
607 | 607 |
|
| 608 | +\newpage |
| 609 | + |
608 | 610 | \rSec1[iostreams.base]{Iostreams base classes}
|
609 | 611 |
|
610 | 612 | \rSec2[ios.syn]{Header \tcode{<ios>} synopsis}
|
|
1742 | 1744 | then the behavior of that function is undefined.
|
1743 | 1745 | \indextext{undefined}%
|
1744 | 1746 |
|
| 1747 | +\newpage |
| 1748 | + |
1745 | 1749 | \rSec2[ios]{Class template \tcode{basic_ios}}
|
1746 | 1750 |
|
1747 | 1751 | \rSec3[ios.overview]{Overview}
|
|
7622 | 7626 | then calls \tcode{init_buf_ptrs()}.
|
7623 | 7627 | \end{itemdescr}
|
7624 | 7628 |
|
| 7629 | +\newpage |
| 7630 | + |
7625 | 7631 | \indexlibraryctor{basic_stringbuf}%
|
7626 | 7632 | \begin{itemdecl}
|
7627 | 7633 | basic_stringbuf(basic_stringbuf&& rhs);
|
|
8290 | 8296 | \tcode{basic_stringbuf<charT, traits, Allocator>(which | ios_base::in)}\iref{stringbuf.cons}.
|
8291 | 8297 | \end{itemdescr}
|
8292 | 8298 |
|
| 8299 | +\newpage |
| 8300 | + |
8293 | 8301 | \indexlibraryctor{basic_istringstream}%
|
8294 | 8302 | \begin{itemdecl}
|
8295 | 8303 | explicit basic_istringstream(
|
|
8659 | 8667 | \begin{itemdecl}
|
8660 | 8668 | template<class SAlloc>
|
8661 | 8669 | basic_ostringstream(
|
8662 |
| - const basic_string<charT, traits, SAlloc>& s, |
8663 |
| - ios_base::openmode which, const Allocator& a); |
| 8670 | + const basic_string<charT, traits, SAlloc>& s, ios_base::openmode which, const Allocator& a); |
8664 | 8671 | \end{itemdecl}
|
8665 | 8672 |
|
8666 | 8673 | \begin{itemdescr}
|
|
8830 | 8837 | Equivalent to: \tcode{rdbuf()->str(std::move(s));}
|
8831 | 8838 | \end{itemdescr}
|
8832 | 8839 |
|
| 8840 | +\newpage |
| 8841 | + |
8833 | 8842 | \rSec2[stringstream]{Class template \tcode{basic_stringstream}}
|
8834 | 8843 |
|
8835 | 8844 | \rSec3[stringstream.general]{General}
|
|
9900 | 9909 | \tcode{pos_type(off_type(-1))}.
|
9901 | 9910 | \end{itemdescr}
|
9902 | 9911 |
|
| 9912 | +\newpage |
| 9913 | + |
9903 | 9914 | \indexlibrarymember{seekpos}{basic_filebuf}%
|
9904 | 9915 | \begin{itemdecl}
|
9905 | 9916 | pos_type seekpos(pos_type sp,
|
|
11900 | 11911 | template<class charT, class traits>
|
11901 | 11912 | friend basic_ostream<charT, traits>&
|
11902 | 11913 | operator<<(basic_ostream<charT, traits>& os, const path& p);
|
| 11914 | +@\newpage@ |
11903 | 11915 | template<class charT, class traits>
|
11904 | 11916 | friend basic_istream<charT, traits>&
|
11905 | 11917 | operator>>(basic_istream<charT, traits>& is, path& p);
|
|
15489 | 15501 | At most one direct or indirect invocation of \tcode{status(to)}.
|
15490 | 15502 | \end{itemdescr}
|
15491 | 15503 |
|
| 15504 | +\newpage |
| 15505 | + |
15492 | 15506 | \rSec3[fs.op.copy.symlink]{Copy symlink}
|
15493 | 15507 |
|
15494 | 15508 | \indexlibraryglobal{copy_symlink}%
|
|
15604 | 15618 | As specified in~\ref{fs.err.report}.
|
15605 | 15619 | \end{itemdescr}
|
15606 | 15620 |
|
15607 |
| - |
15608 | 15621 | \rSec3[fs.op.create.dir.symlk]{Create directory symlink}
|
15609 | 15622 |
|
15610 | 15623 | \indexlibraryglobal{create_directory_symlink}%
|
|
16222 | 16235 | As specified in~\ref{fs.err.report}.
|
16223 | 16236 | \end{itemdescr}
|
16224 | 16237 |
|
16225 |
| - |
16226 | 16238 | \rSec3[fs.op.last.write.time]{Last write time}
|
16227 | 16239 |
|
16228 | 16240 | \indexlibraryglobal{last_write_time}%
|
|
0 commit comments