|
12902 | 12902 |
|
12903 | 12903 | \begin{itemdescr}
|
12904 | 12904 | \pnum
|
12905 |
| -\returns \tcode{exists(this->status())} or \tcode{exists(this->status(), ec)}, respectively. |
| 12905 | +\returns \tcode{exists(this->status())} or \tcode{exists(this->status(ec))}, respectively. |
12906 | 12906 |
|
12907 | 12907 | \pnum
|
12908 | 12908 | \throws As specified in~\ref{fs.err.report}.
|
|
12916 | 12916 |
|
12917 | 12917 | \begin{itemdescr}
|
12918 | 12918 | \pnum
|
12919 |
| -\returns \tcode{is_block_file(this->status())} or \tcode{is_block_file(this->status(), ec)}, respectively. |
| 12919 | +\returns \tcode{is_block_file(this->status())} or \tcode{is_block_file(this->status(ec))}, respectively. |
12920 | 12920 |
|
12921 | 12921 | \pnum
|
12922 | 12922 | \throws As specified in~\ref{fs.err.report}.
|
|
12930 | 12930 |
|
12931 | 12931 | \begin{itemdescr}
|
12932 | 12932 | \pnum
|
12933 |
| -\returns \tcode{is_character_file(this->status())} or \tcode{is_character_file(this->status(), ec)}, respectively. |
| 12933 | +\returns \tcode{is_character_file(this->status())} or \tcode{is_character_file(this->status(ec))}, respectively. |
12934 | 12934 |
|
12935 | 12935 | \pnum
|
12936 | 12936 | \throws As specified in~\ref{fs.err.report}.
|
|
12944 | 12944 |
|
12945 | 12945 | \begin{itemdescr}
|
12946 | 12946 | \pnum
|
12947 |
| -\returns \tcode{is_directory(this->status())} or \tcode{is_directory(this->status(), ec)}, respectively. |
| 12947 | +\returns \tcode{is_directory(this->status())} or \tcode{is_directory(this->status(ec))}, respectively. |
12948 | 12948 |
|
12949 | 12949 | \pnum
|
12950 | 12950 | \throws As specified in~\ref{fs.err.report}.
|
|
12958 | 12958 |
|
12959 | 12959 | \begin{itemdescr}
|
12960 | 12960 | \pnum
|
12961 |
| -\returns \tcode{is_fifo(this->status())} or \tcode{is_fifo(this->status(), ec)}, respectively. |
| 12961 | +\returns \tcode{is_fifo(this->status())} or \tcode{is_fifo(this->status(ec))}, respectively. |
12962 | 12962 |
|
12963 | 12963 | \pnum
|
12964 | 12964 | \throws As specified in~\ref{fs.err.report}.
|
|
12972 | 12972 |
|
12973 | 12973 | \begin{itemdescr}
|
12974 | 12974 | \pnum
|
12975 |
| -\returns \tcode{is_other(this->status())} or \tcode{is_other(this->status(), ec)}, respectively. |
| 12975 | +\returns \tcode{is_other(this->status())} or \tcode{is_other(this->status(ec))}, respectively. |
12976 | 12976 |
|
12977 | 12977 | \pnum
|
12978 | 12978 | \throws As specified in~\ref{fs.err.report}.
|
|
12986 | 12986 |
|
12987 | 12987 | \begin{itemdescr}
|
12988 | 12988 | \pnum
|
12989 |
| -\returns \tcode{is_regular_file(this->status())} or \tcode{is_regular_file(this->status(), ec)}, respectively. |
| 12989 | +\returns \tcode{is_regular_file(this->status())} or \tcode{is_regular_file(this->status(ec))}, respectively. |
12990 | 12990 |
|
12991 | 12991 | \pnum
|
12992 | 12992 | \throws As specified in~\ref{fs.err.report}.
|
|
13000 | 13000 |
|
13001 | 13001 | \begin{itemdescr}
|
13002 | 13002 | \pnum
|
13003 |
| -\returns \tcode{is_socket(this->status())} or \tcode{is_socket(this->status(), ec)}, respectively. |
| 13003 | +\returns \tcode{is_socket(this->status())} or \tcode{is_socket(this->status(ec))}, respectively. |
13004 | 13004 |
|
13005 | 13005 | \pnum
|
13006 | 13006 | \throws As specified in~\ref{fs.err.report}.
|
|
13014 | 13014 |
|
13015 | 13015 | \begin{itemdescr}
|
13016 | 13016 | \pnum
|
13017 |
| -\returns \tcode{is_symlink(this->symlink_status())} or \tcode{is_symlink(this->symlink_status(), ec)}, respectively. |
| 13017 | +\returns \tcode{is_symlink(this->symlink_status())} or \tcode{is_symlink(this->symlink_status(ec))}, respectively. |
13018 | 13018 |
|
13019 | 13019 | \pnum
|
13020 | 13020 | \throws As specified in~\ref{fs.err.report}.
|
|
0 commit comments