Skip to content

Commit 79b6d17

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent d65509c commit 79b6d17

290 files changed

Lines changed: 114163 additions & 1431 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-07-29T11:07:26+09:00">
181-
2026年07月29日 11時07分26秒 (JST)
180+
datetime="2026-07-31T23:18:35+09:00">
181+
2026年07月31日 23時18分35秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -555,7 +555,7 @@ <h3>新ライブラリ</h3>
555555
<li>要素のメモリ位置が安定するシーケンスコンテナのライブラリとして<code><a href="../reference/hive.html">&lt;hive&gt;</a></code>を追加</li>
556556
<li>並行処理におけるデータの参照・更新を行うRCU (Read Copy Update) のライブラリとして、<code><a href="../reference/rcu.html">&lt;rcu&gt;</a></code>を追加</li>
557557
<li>並行処理において参照中のデータが更新されないよう保護するハザードポインタのライブラリとして、<code><span href="https://cpprefjp.github.io/reference/hazard_pointer.md.nolink">&lt;hazard_pointer&gt;</span></code>を追加</li>
558-
<li>データ並列ライブラリとして、<code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code>を追加</li>
558+
<li>データ並列ライブラリとして、<code><a href="../reference/simd.html">&lt;simd&gt;</a></code>を追加</li>
559559
<li>デバッグサポートのライブラリとして<code><a href="../reference/debugging.html">&lt;debugging&gt;</a></code>を追加</li>
560560
<li>線形代数ライブラリとして<code><a href="../reference/linalg.html">&lt;linalg&gt;</a></code>を追加</li>
561561
<li>コンパイル時に容量を固定する可変長配列クラスのライブラリとして<code><a href="../reference/inplace_vector.html">&lt;inplace_vector&gt;</a></code>を追加</li>

lang/cpp26/feature_test_macros.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-07-29T11:07:26+09:00">
193-
2026年07月29日 11時07分26秒 (JST)
192+
datetime="2026-07-31T23:18:35+09:00">
193+
2026年07月31日 23時18分35秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -981,20 +981,20 @@ <h3>ライブラリ</h3>
981981
<tr>
982982
<td><code>__cpp_lib_simd</code></td>
983983
<td><code>202506L</code></td>
984-
<td>データ並列ライブラリとして、<code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code>を追加</td>
985-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code></td>
984+
<td>データ並列ライブラリとして、<code><a href="../../reference/simd.html">&lt;simd&gt;</a></code>を追加</td>
985+
<td><code><a href="../../reference/simd.html">&lt;simd&gt;</a></code></td>
986986
</tr>
987987
<tr>
988988
<td><code>__cpp_lib_simd_complex</code></td>
989989
<td><code>202502L</code></td>
990-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code><code><a href="../../reference/complex/complex.html">std::complex</a></code>をサポートする</td>
991-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code></td>
990+
<td><code><a href="../../reference/simd.html">&lt;simd&gt;</a></code><code><a href="../../reference/complex/complex.html">std::complex</a></code>をサポートする</td>
991+
<td><code><a href="../../reference/simd.html">&lt;simd&gt;</a></code></td>
992992
</tr>
993993
<tr>
994994
<td><code>__cpp_lib_simd_permutations</code></td>
995995
<td><code>202506L</code></td>
996-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code><code>permute()</code>などを追加する</td>
997-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code></td>
996+
<td><code><a href="../../reference/simd.html">&lt;simd&gt;</a></code><code>permute()</code>などを追加する</td>
997+
<td><code><a href="../../reference/simd.html">&lt;simd&gt;</a></code></td>
998998
</tr>
999999
<tr>
10001000
<td><code>__cpp_lib_smart_ptr_owner_equality</code></td>

reference.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
<p class="text-right"><small>
166166
最終更新日時:
167167
<time itemprop="datePublished" class="js-local-time"
168-
datetime="2026-07-29T11:07:26+09:00">
169-
2026年07月29日 11時07分26秒 (JST)
168+
datetime="2026-07-31T23:18:35+09:00">
169+
2026年07月31日 23時18分35秒 (JST)
170170
</time>
171171
<br/>
172172
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -681,6 +681,11 @@ <h2><a href="#numerics" id="numerics">数値ライブラリ</a></h2>
681681
<td></td>
682682
</tr>
683683
<tr>
684+
<td><code><a href="reference/simd.html">&lt;simd&gt;</a></code></td>
685+
<td>データ並列型</td>
686+
<td>C++26</td>
687+
</tr>
688+
<tr>
684689
<td><code><a href="reference/numeric.html">&lt;numeric&gt;</a></code></td>
685690
<td>一般的な数値操作</td>
686691
<td></td>
@@ -906,7 +911,7 @@ <h2><a href="#thread-support" id="thread-support">スレッドサポートライ
906911
<td>C++26</td>
907912
</tr>
908913
<tr>
909-
<td><code><span href="https://cpprefjp.github.io/reference/simd.md.nolink">&lt;simd&gt;</span></code></td>
914+
<td><code><a href="reference/simd.html">&lt;simd&gt;</a></code></td>
910915
<td>データ並列</td>
911916
<td>C++26</td>
912917
</tr>

reference/bit.html

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@
177177
<p class="text-right"><small>
178178
最終更新日時:
179179
<time itemprop="datePublished" class="js-local-time"
180-
datetime="2026-07-02T16:06:27+09:00">
181-
2026年07月02日 16時06分27秒 (JST)
180+
datetime="2026-07-31T23:18:35+09:00">
181+
2026年07月31日 23時18分35秒 (JST)
182182
</time>
183183
<br/>
184184
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
185-
<span itemprop="name">rotarymars</span>
185+
<span itemprop="name">Akira Takahashi</span>
186186
</span>
187187
が更新
188188
</small></p>
@@ -315,6 +315,60 @@ <h2>循環ビットシフト</h2>
315315
</tr>
316316
</tbody>
317317
</table>
318+
<h2>ビットシフト</h2>
319+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
320+
<thead>
321+
<tr>
322+
<th>名前</th>
323+
<th>説明</th>
324+
<th>対応バージョン</th>
325+
</tr>
326+
</thead>
327+
<tbody>
328+
<tr>
329+
<td><code><a href="bit/shl.html">shl</a></code></td>
330+
<td>左ビットシフト(<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>にならない) (function template)</td>
331+
<td>C++29</td>
332+
</tr>
333+
<tr>
334+
<td><code><a href="bit/shr.html">shr</a></code></td>
335+
<td>右ビットシフト(<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>にならない) (function template)</td>
336+
<td>C++29</td>
337+
</tr>
338+
</tbody>
339+
</table>
340+
<h2>ビット並べ替え</h2>
341+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
342+
<thead>
343+
<tr>
344+
<th>名前</th>
345+
<th>説明</th>
346+
<th>対応バージョン</th>
347+
</tr>
348+
</thead>
349+
<tbody>
350+
<tr>
351+
<td><code><a href="bit/bit_reverse.html">bit_reverse</a></code></td>
352+
<td>ビット列の並びを反転する (function template)</td>
353+
<td>C++29</td>
354+
</tr>
355+
<tr>
356+
<td><code><a href="bit/bit_repeat.html">bit_repeat</a></code></td>
357+
<td>最下位<code>l</code>ビットのパターンを繰り返す (function template)</td>
358+
<td>C++29</td>
359+
</tr>
360+
<tr>
361+
<td><code><a href="bit/bit_compress.html">bit_compress</a></code></td>
362+
<td>マスクで立っている位置のビットを下位へ詰める (function template)</td>
363+
<td>C++29</td>
364+
</tr>
365+
<tr>
366+
<td><code><a href="bit/bit_expand.html">bit_expand</a></code></td>
367+
<td>下位ビットをマスクで立っている位置へ展開する (function template)</td>
368+
<td>C++29</td>
369+
</tr>
370+
</tbody>
371+
</table>
318372
<h2>ビットカウント</h2>
319373
<table border="1" bordercolor="#888" style="border-collapse:collapse">
320374
<thead>

0 commit comments

Comments
 (0)