Files
hustoj/web/cppreference-zh/chmhelp/cpp-filesystem-directory_entry-is_other.html
2025-08-01 12:57:54 +08:00

74 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="zh" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh">
<head><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>std::filesystem::directory_entry::is_other</title>
<link rel="stylesheet" href="ext.css" />
<link rel="stylesheet" href="site_modules.css" />
</head>
<body class="mediawiki ltr sitedir-ltr ns-0 ns-subject page-cpp_filesystem_directory_entry_is_other skin-cppreference2 action-view cpp-navbar">
<div id="cpp-content-base">
<div id="content"><a id="top"></a>
<h1 id="firstHeading" class="firstHeading"><span style="font-size:0.7em; line-height:130%">std::filesystem::directory_entry::</span>is_other</h1>
<div id="bodyContent">
<div id="contentSub"><span class="subpages">&lt; <a href="cpp.html">cpp</a>&lrm; | <a href="cpp-filesystem.html">filesystem</a>&lrm; | <a href="cpp-filesystem-directory_entry.html">directory entry</a></span></div>
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
<table class="t-dcl-begin">
<tbody>
<tr class="t-dcl t-since-cxx17">
<td>
<div><span class="mw-geshi cpp source-cpp"><span class="kw4">bool</span> is_other<span class="br0">(</span><span class="br0">)</span> <span class="kw4">const</span><span class="sy4">;</span><br />
<span class="kw4">bool</span> is_other<span class="br0">(</span> <a href="cpp-error-error_code.html"><span class="kw877">std::<span class="me2">error_code</span></span></a><span class="sy3">&amp;</span> ec <span class="br0">)</span> <span class="kw4">const</span> <span class="kw1">noexcept</span><span class="sy4">;</span></span></div>
</td>
<td class="t-dcl-nopad"></td>
<td><span class="t-mark-rev t-since-cxx17">(C++17 &#36215;)</span></td>
</tr>
<tr class="t-dcl-sep">
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>&#26816;&#26597;&#25152;&#25351;&#23545;&#35937;&#26159;&#21542;&#19968;&#20010;<i>&#20854;&#20182;</i>&#25991;&#20214;&#65288;&#38750;&#24120;&#35268;&#25991;&#20214;&#12289;&#30446;&#24405;&#25110;&#31526;&#21495;&#38142;&#25509;&#65289;&#12290;&#21508;&#31561;&#25928;&#20110;&#36820;&#22238; <span class="t-lc">std::filesystem::is_other(status())</span> &#25110; <span class="t-lc">std::filesystem::is_other(status(ec))</span></p>
<h3><span class="mw-headline" id=".E5.8F.82.E6.95.B0">&#21442;&#25968;</span></h3>
<table class="t-par-begin">
<tr class="t-par">
<td>ec</td>
<td>-</td>
<td>&#19981;&#25243;&#20986;&#37325;&#36733;&#20013;&#25253;&#21578;&#38169;&#35823;&#30340;&#36755;&#20986;&#21442;&#25968;</td>
</tr>
</table>
<h3><span class="mw-headline" id=".E8.BF.94.E5.9B.9E.E5.80.BC">&#36820;&#22238;&#20540;</span></h3>
<p>&#33509;&#25152;&#25351;&#20195;&#25991;&#20214;&#31995;&#32479;&#23545;&#35937;&#26159;<i>&#20854;&#20182;</i>&#25991;&#20214;&#21017;&#20026; true &#65292;&#21542;&#21017;&#20026; false &#12290;</p>
<h3><span class="mw-headline" id=".E5.BC.82.E5.B8.B8">&#24322;&#24120;</span></h3>
<p>&#19981;&#25509;&#21463; <span class="t-c"><span class="mw-geshi cpp source-cpp"><a href="cpp-error-error_code.html"><span class="kw877">std::<span class="me2">error_code</span></span></a><span class="sy3">&amp;</span></span></span> &#21442;&#25968;&#30340;&#37325;&#36733;&#22312;&#24213;&#23618; OS API &#38169;&#35823;&#26102;&#25243;&#20986; <a href="cpp-filesystem-filesystem_error.html"><tt>filesystem_error</tt></a> &#65292;&#20197;&#31532;&#19968; path &#21442;&#25968; <code>p</code> &#21644;&#20316;&#20026;&#38169;&#35823;&#30721;&#21442;&#25968;&#30340; OS &#38169;&#35823;&#30721;&#26500;&#36896;&#12290;&#33509; OS API &#35843;&#29992;&#22833;&#36133;&#65292;&#21017;&#25509;&#21463; <span class="t-c"><span class="mw-geshi cpp source-cpp"><a href="cpp-error-error_code.html"><span class="kw877">std::<span class="me2">error_code</span></span></a><span class="sy3">&amp;</span></span></span> &#21442;&#25968;&#30340;&#37325;&#36733;&#35774;&#32622;&#35813;&#21442;&#25968;&#20026; OS API &#38169;&#35823;&#30721;&#65292;&#32780;&#33509;&#19981;&#20986;&#29616;&#38169;&#35823;&#21017;&#25191;&#34892; <span class="t-c"><span class="mw-geshi cpp source-cpp">ec.<span class="me1">clear</span><span class="br0">(</span><span class="br0">)</span></span></span> &#12290;&#33509;&#20869;&#23384;&#20998;&#37197;&#22833;&#36133;&#65292;&#21017;&#20219;&#20309;&#19981;&#26631;&#35760;&#20026; <code>noexcept</code> &#30340;&#37325;&#36733;&#21487;&#33021;&#25243;&#20986; <span class="t-lc"><a href="cpp-memory-new-bad_alloc.html">std::bad_alloc</a></span> &#12290;</p>
<h3><span class="mw-headline" id=".E7.A4.BA.E4.BE.8B">&#31034;&#20363;</span></h3>
<table class="metadata plainlinks ambox mbox-small-left ambox-notice" style="">
<tr>
<td class="mbox-empty-cell"></td>
<td class="mbox-text" style="">&#26412;&#33410;&#26410;&#23436;&#25104;<br />
&#21407;&#22240;&#65306;&#26242;&#26080;&#31034;&#20363;</td>
</tr>
</table>
<h3><span class="mw-headline" id=".E5.8F.82.E9.98.85">&#21442;&#38405;</span></h3>
<table class="t-dsc-begin">
<tr class="t-dsc">
<td>
<div class="t-dsc-member-div">
<div><a href="cpp-filesystem-is_other.html"><span class="t-lines"><span>is_other</span></span></a></div>
<div><span class="t-lines"><span><span class="t-mark-rev t-since-cxx17">(C++17)</span></span></span></div>
</div>
</td>
<td>&#26816;&#26597;&#21442;&#25968;&#26159;&#21542;&#34920;&#31034;&#19968;&#20010;<i>&#20854;&#20182;</i>&#25991;&#20214;<br />
<span class="t-mark">(&#20989;&#25968;)</span></td>
</tr>
</table>
</div>
<div class="visualClear"></div>
</div>
</div>
</div>
</body>
</html>