Skip to content

Commit bc3fd90

Browse files
committed
update
1 parent bbc5161 commit bc3fd90

4 files changed

Lines changed: 53 additions & 1 deletion

File tree

articles/acronyms/index.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,13 @@
684684
deque | double-ended queue
685685
</a>
686686

687+
</li>
688+
689+
<li class="md-nav__item">
690+
<a href="#de-the-design-and-evolution-of-c" class="md-nav__link">
691+
D&amp;E | The Design and Evolution of C++
692+
</a>
693+
687694
</li>
688695

689696
<li class="md-nav__item">
@@ -712,6 +719,13 @@
712719
EDG | Edison Design Group
713720
</a>
714721

722+
</li>
723+
724+
<li class="md-nav__item">
725+
<a href="#emc-effective-modern-c" class="md-nav__link">
726+
EMC++ | Effective Modern C++
727+
</a>
728+
715729
</li>
716730

717731
<li class="md-nav__item">
@@ -1076,6 +1090,13 @@
10761090
T | Type
10771091
</a>
10781092

1093+
</li>
1094+
1095+
<li class="md-nav__item">
1096+
<a href="#tcpl-the-c-programming-language" class="md-nav__link">
1097+
TC++PL | The C++ Programming Language
1098+
</a>
1099+
10791100
</li>
10801101

10811102
<li class="md-nav__item">
@@ -1692,6 +1713,13 @@
16921713
deque | double-ended queue
16931714
</a>
16941715

1716+
</li>
1717+
1718+
<li class="md-nav__item">
1719+
<a href="#de-the-design-and-evolution-of-c" class="md-nav__link">
1720+
D&amp;E | The Design and Evolution of C++
1721+
</a>
1722+
16951723
</li>
16961724

16971725
<li class="md-nav__item">
@@ -1720,6 +1748,13 @@
17201748
EDG | Edison Design Group
17211749
</a>
17221750

1751+
</li>
1752+
1753+
<li class="md-nav__item">
1754+
<a href="#emc-effective-modern-c" class="md-nav__link">
1755+
EMC++ | Effective Modern C++
1756+
</a>
1757+
17231758
</li>
17241759

17251760
<li class="md-nav__item">
@@ -2084,6 +2119,13 @@
20842119
T | Type
20852120
</a>
20862121

2122+
</li>
2123+
2124+
<li class="md-nav__item">
2125+
<a href="#tcpl-the-c-programming-language" class="md-nav__link">
2126+
TC++PL | The C++ Programming Language
2127+
</a>
2128+
20872129
</li>
20882130

20892131
<li class="md-nav__item">
@@ -2239,6 +2281,8 @@ <h3 id="cwg-core-working-group">CWG | Core Working Group<a class="headerlink" hr
22392281
<p>C++ 標準化委員会のワーキンググループの 1 つ。言語機能に関する規格文面をレビューする。</p>
22402282
<h3 id="deque-double-ended-queue">deque | double-ended queue<a class="headerlink" href="#deque-double-ended-queue" title="Permanent link">&para;</a></h3>
22412283
<p>両端キュー</p>
2284+
<h3 id="de-the-design-and-evolution-of-c">D&amp;E | The Design and Evolution of C++<a class="headerlink" href="#de-the-design-and-evolution-of-c" title="Permanent link">&para;</a></h3>
2285+
<p>Bjarne Stroustrup による C++ の設計と歴史の解説書。1994 年に発売。</p>
22422286
<h3 id="dis-draft-international-standard">DIS | Draft International Standard<a class="headerlink" href="#dis-draft-international-standard" title="Permanent link">&para;</a></h3>
22432287
<p>国際規格案</p>
22442288
<h3 id="dr-defect-report">DR | Defect Report<a class="headerlink" href="#dr-defect-report" title="Permanent link">&para;</a></h3>
@@ -2247,6 +2291,8 @@ <h3 id="ebo-empty-base-optimization">EBO | Empty Base Optimization<a class="head
22472291
<p>空の基底クラスの最適化</p>
22482292
<h3 id="edg-edison-design-group">EDG | Edison Design Group<a class="headerlink" href="#edg-edison-design-group" title="Permanent link">&para;</a></h3>
22492293
<p>企業名。C/C++ コンパイラフロントエンドを開発する。<a href="https://www.edg.com/company">Edison Design Group</a></p>
2294+
<h3 id="emc-effective-modern-c">EMC++ | Effective Modern C++<a class="headerlink" href="#emc-effective-modern-c" title="Permanent link">&para;</a></h3>
2295+
<p>Scott Meyers による C++11/14 の解説書</p>
22502296
<h3 id="eof-end-of-file">EOF | End-of-File<a class="headerlink" href="#eof-end-of-file" title="Permanent link">&para;</a></h3>
22512297
<p>ファイルの終端</p>
22522298
<h3 id="ewg-evolution-working-group">EWG | Evolution Working Group<a class="headerlink" href="#ewg-evolution-working-group" title="Permanent link">&para;</a></h3>
@@ -2351,6 +2397,8 @@ <h3 id="stl-standard-template-library">STL | Standard Template Library<a class="
23512397
<p>アレクサンダー・ステパノフらによって設計された標準テンプレートライブラリ。のちに C++ の標準ライブラリの一部となった。現在では C++ 標準ライブラリ全般を指して STL と呼ぶこともある。</p>
23522398
<h3 id="t-type">T | Type<a class="headerlink" href="#t-type" title="Permanent link">&para;</a></h3>
23532399
<p><code>template &lt;class T&gt;</code> のように、テンプレート引数でよく使われる名前。テンプレート引数がさらに登場する場合には、アルファベット順で次に来る <code>U</code> が使われることがある。</p>
2400+
<h3 id="tcpl-the-c-programming-language">TC++PL | The C++ Programming Language<a class="headerlink" href="#tcpl-the-c-programming-language" title="Permanent link">&para;</a></h3>
2401+
<p>Bjarne Stroustrup による C++ 解説書シリーズの 1 つ。プログラマ向け。2013 年の第 4 版が最新。</p>
23542402
<h3 id="tls-thread-local-storage">TLS | Thread Local Storage<a class="headerlink" href="#tls-thread-local-storage" title="Permanent link">&para;</a></h3>
23552403
<p>スレッド局所記憶</p>
23562404
<h3 id="tmp-template-meta-programming">TMP | Template Meta Programming<a class="headerlink" href="#tmp-template-meta-programming" title="Permanent link">&para;</a></h3>

contribution/contributors/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@ <h1 id="_1">コントリビュータ<a class="headerlink" href="#_1" title="Perm
990990
<li><a href="https://github.com/cppmap/cppmap.docs/pull/15">オンライン資料 情報提供</a></li>
991991
</ul>
992992
</li>
993+
<li><a href="https://twitter.com/TKinugasa">@TKinugasa</a><ul>
994+
<li><a href="https://twitter.com/TKinugasa/status/1306694400215449600">C++ 関連の略語 情報提供</a></li>
995+
</ul>
996+
</li>
993997
<li><a href="https://twitter.com/wolf_cpp">@wolf_cpp</a> さん<ul>
994998
<li><a href="https://github.com/cppmap/cppmap.docs/pull/25">国内の勉強会 情報提供</a></li>
995999
</ul>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)