上传cppreference
This commit is contained in:
37
web/cppreference-zh/chmhelp/cpp-keyword-delete.html
Normal file
37
web/cppreference-zh/chmhelp/cpp-keyword-delete.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!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>C++ 关键词:delete</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_keyword_delete 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%">C++ 关键词:</span>delete</h1>
|
||||
<div id="bodyContent">
|
||||
<div id="contentSub"><span class="subpages">< <a href="cpp.html">cpp</a>‎ | <a href="cpp-keyword.html">keyword</a></span></div>
|
||||
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
||||
<h3><span class="mw-headline" id=".E7.94.A8.E6.B3.95">用法</span></h3>
|
||||
<ul>
|
||||
<li><a href="cpp-language-delete.html"><code>delete</code> 表达式</a></li>
|
||||
<li><a href="cpp-memory-new-operator_delete.html">解分配函数</a>:作为运算符式的函数名</li>
|
||||
</ul>
|
||||
<table class="t-rev-begin">
|
||||
<tr class="t-rev t-since-cxx11">
|
||||
<td>
|
||||
<ul>
|
||||
<li><a href="cpp-language-function.html#.E5.BC.83.E7.BD.AE.E5.87.BD.E6.95.B0">弃置函数</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td><span class="t-mark-rev t-since-cxx11">(C++11 起)</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="visualClear"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user