162 lines
6.3 KiB
HTML
162 lines
6.3 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>字母缩写</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_language_acronyms skin-cppreference2 action-view cpp-navbar">
|
|
<div id="cpp-content-base">
|
|
<div id="content"><a id="top"></a>
|
|
<h1 id="firstHeading" class="firstHeading">字母缩写</h1>
|
|
<div id="bodyContent">
|
|
<div id="contentSub"><span class="subpages">< <a href="cpp.html">cpp</a>‎ | <a href="cpp-language.html">language</a></span></div>
|
|
<div id="mw-content-text" lang="zh" dir="ltr" class="mw-content-ltr" xml:lang="zh">
|
|
<table class="wikitable">
|
|
<tr>
|
|
<th>缩写</th>
|
|
<th>全名</th>
|
|
<th>参阅</th>
|
|
</tr>
|
|
<tr>
|
|
<td>AAA</td>
|
|
<td>Almost Always <a href="cpp-language-auto.html"><tt>Auto</tt></a><br />
|
|
几乎始终 <code>auto</code></td>
|
|
<td><a rel="nofollow" class="external text" href="https://herbsutter.com/2013/06/13/gotw-94-special-edition-aaa-style-almost-always-auto">GOTW #94</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>ADL</td>
|
|
<td><a href="cpp-language-adl.html">Argument-Dependent Lookup</a><br />
|
|
实参依赖查找</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>CTAD</td>
|
|
<td><a href="cpp-language-class_template_argument_deduction.html">Class Template Argument Deduction</a><br />
|
|
类模板实参推导</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>CRTP</td>
|
|
<td><a href="https://zh.cppreference.com/mwiki/index.php?title=cpp/language/crtp&action=edit&redlink=1" class="new" title="cpp/language/crtp(页面不存在)">Curiously Recurring Template Pattern</a><br />
|
|
奇特重现模板模式</td>
|
|
<td><span class="t-lc"><a href="cpp-memory-enable_shared_from_this.html">std::enable_shared_from_this</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>EBO</td>
|
|
<td><a href="cpp-language-ebo.html">Empty Base Optimization</a><br />
|
|
空基类优化</td>
|
|
<td><span class="t-lc"><a href="cpp-memory-allocator.html">std::allocator</a></span>, <span class="t-lc"><a href="cpp-memory-default_delete.html">std::default_delete</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>ICE</td>
|
|
<td>Internal Compiler Error<br />
|
|
内部编译器错误</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>NRVO</td>
|
|
<td><a href="cpp-language-copy_elision.html">Named Return Value Optimization</a><br />
|
|
具名返回值优化</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>NSDMI</td>
|
|
<td><a href="cpp-language-data_members.html">Non-Static Data Member Initialization</a><br />
|
|
非静态数据成员初始化</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>NTTP</td>
|
|
<td><a href="cpp-language-template_parameters.html">Non-Type Template Parameter</a><br />
|
|
非类型模板形参</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>ODR</td>
|
|
<td><a href="cpp-language-definition.html">One Definition Rule</a><br />
|
|
单一定义规则</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>PIMPL</td>
|
|
<td><a href="cpp-language-pimpl.html">Pointer to IMPLementation</a><br />
|
|
实现指针(手法)</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>RAII</td>
|
|
<td><a href="cpp-language-raii.html">Resource Acquisition Is Initialization</a><br />
|
|
资源获取即初始化</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>RTTI</td>
|
|
<td><a href="cpp-language-types.html">RunTime Type Identification</a><br />
|
|
运行时类型鉴别</td>
|
|
<td><span class="t-lc"><a href="cpp-types-type_info.html">std::type_info</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>RVO</td>
|
|
<td><a href="cpp-language-copy_elision.html">Return Value Optimization</a><br />
|
|
返回值优化</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>SBO</td>
|
|
<td>Small Buffer Optimization<br />
|
|
小缓冲区优化</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>SCARY</td>
|
|
<td>Seemingly erroneous (appearing Constrained by conflicting generic parameters), but Actually work with the Right implementation (unconstrained bY the conflict due to minimized dependencies).<br />
|
|
看起来错误(表面上由冲突的泛型参数制约),但实际上在正确的实现中有效(由于最小化依赖而无需约束)。</td>
|
|
<td><a rel="nofollow" class="external text" href="http://www.stroustrup.com/SCARY.pdf">stroustrup.com/SCARY.pdf</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>SFINAE</td>
|
|
<td><a href="cpp-language-sfinae.html">Substitution Failure Is Not An Error</a><br />
|
|
替换失败不是错误</td>
|
|
<td><span class="t-lc"><a href="cpp-types-enable_if.html">std::enable_if</a></span>, <span class="t-lc"><a href="cpp-types-void_t.html">std::void_t</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>SOO</td>
|
|
<td>Small Object Optimization<br />
|
|
小对象优化</td>
|
|
<td><span class="t-lc"><a href="cpp-utility-functional-function.html">std::function</a></span>, <span class="t-lc"><a href="cpp-utility-any.html">std::any</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>SSO</td>
|
|
<td>Small String Optimization<br />
|
|
小字符串优化</td>
|
|
<td><span class="t-lc"><a href="cpp-string-basic_string.html">std::basic_string</a></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td>TMP</td>
|
|
<td>Template Meta Programming<br />
|
|
模板元编程</td>
|
|
<td><a href="cpp-header-type_traits.html"><tt><type_traits></tt></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>UB</td>
|
|
<td><a href="cpp-language-ub.html">Undefined Behavior</a><br />
|
|
未定义行为</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>UDL</td>
|
|
<td><a href="cpp-language-user_literal.html">User-Defined Literals</a><br />
|
|
用户定义字面量</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|