Skip to content

Commit 733061a

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent cb8936d commit 733061a

39 files changed

+10757
-2999
lines changed

lang/cpp26.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2026-04-06T01:14:31">
180-
2026年04月06日 01時14分31秒
179+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
180+
2026年04月06日 02時49分40秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -507,7 +507,7 @@ <h3>新ライブラリ</h3>
507507
<li>デバッグサポートのライブラリとして<code><a href="../reference/debugging.html">&lt;debugging&gt;</a></code>を追加</li>
508508
<li>線形代数ライブラリとして<code><a href="../reference/linalg.html">&lt;linalg&gt;</a></code>を追加</li>
509509
<li>コンパイル時に容量を固定する可変長配列クラスのライブラリとして<code><a href="../reference/inplace_vector.html">&lt;inplace_vector&gt;</a></code>を追加</li>
510-
<li>C23の互換ライブラリとして、ビット操作ライブラリ<code><span href="https://cpprefjp.github.io/reference/stdbit.h.md.nolink">&lt;stdbit.h&gt;</span></code>と、検査付き整数演算ライブラリ<code><span href="https://cpprefjp.github.io/reference/stdckdint.h.md.nolink">&lt;stdckdint.h&gt;</span></code>を追加。<code>&lt;cstd…&gt;</code>形式のライブラリは追加されない</li>
510+
<li>C23の互換ライブラリとして、ビット操作ライブラリ<code><a href="../reference/stdbit.h.html">&lt;stdbit.h&gt;</a></code>と、検査付き整数演算ライブラリ<code><a href="../reference/stdckdint.h.html">&lt;stdckdint.h&gt;</a></code>を追加。<code>&lt;cstd…&gt;</code>形式のライブラリは追加されない</li>
511511
</ul>
512512
<h3>全体</h3>
513513
<ul>

reference.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164

165165
<p class="text-right"><small>
166166
最終更新日時(UTC):
167-
<span itemprop="datePublished" content="2026-03-30T09:31:10">
168-
2026年03月30日 09時31分10秒
167+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
168+
2026年04月06日 02時49分40秒
169169
</span>
170170
<br/>
171171
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -964,12 +964,12 @@ <h2><a href="#clib-facilities" id="clib-facilities">C言語互換ライブラリ
964964
<td></td>
965965
</tr>
966966
<tr>
967-
<td><code><span href="https://cpprefjp.github.io/reference/stdbit.h.md.nolink">&lt;stdbit.h&gt;</span></code></td>
967+
<td><code><a href="reference/stdbit.h.html">&lt;stdbit.h&gt;</a></code></td>
968968
<td>ビット操作</td>
969969
<td>C++26</td>
970970
</tr>
971971
<tr>
972-
<td><code><span href="https://cpprefjp.github.io/reference/stdckdint.h.md.nolink">&lt;stdckdint.h&gt;</span></code></td>
972+
<td><code><a href="reference/stdckdint.h.html">&lt;stdckdint.h&gt;</a></code></td>
973973
<td>検査付き整数演算</td>
974974
<td>C++26</td>
975975
</tr>

reference/bit.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2022-10-29T08:57:02">
180-
2022年10月29日 08時57分02秒
179+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
180+
2026年04月06日 02時49分40秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">yoh</span>
184+
<span itemprop="name">Akira Takahashi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -345,6 +345,10 @@ <h2>エンディアン</h2>
345345
</tr>
346346
</tbody>
347347
</table>
348+
<h2>関連項目</h2>
349+
<ul>
350+
<li><code><a href="stdbit.h.html">&lt;stdbit.h&gt;</a></code> - C互換のビット操作ライブラリ</li>
351+
</ul>
348352
<h2>バージョン</h2>
349353
<h3>言語</h3>
350354
<ul>

reference/bit/bit_ceil.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -307,6 +307,10 @@ <h3>処理系</h3>
307307
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1 <span aria-label="検証済" role="img" title="検証済"></span></li>
308308
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
309309
</ul>
310+
<h2>関連項目</h2>
311+
<ul>
312+
<li><code><a href="../stdbit.h/stdc_bit_ceil.html">stdc_bit_ceil</a></code> - C互換のビット操作関数</li>
313+
</ul>
310314
<h2>参照</h2>
311315
<ul>
312316
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html" target="_blank">P0556R3 Integral power-of-2 operations</a></li>

reference/bit/bit_floor.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -297,6 +297,10 @@ <h3>処理系</h3>
297297
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1 <span aria-label="検証済" role="img" title="検証済"></span></li>
298298
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
299299
</ul>
300+
<h2>関連項目</h2>
301+
<ul>
302+
<li><code><a href="../stdbit.h/stdc_bit_floor.html">stdc_bit_floor</a></code> - C互換のビット操作関数</li>
303+
</ul>
300304
<h2>参照</h2>
301305
<ul>
302306
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html" target="_blank">P0556R3 Integral power-of-2 operations</a></li>

reference/bit/bit_width.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -280,6 +280,10 @@ <h3>処理系</h3>
280280
<li><a href="../../implementation.html#gcc">GCC</a>: 9.1 <span aria-label="検証済" role="img" title="検証済"></span></li>
281281
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
282282
</ul>
283+
<h2>関連項目</h2>
284+
<ul>
285+
<li><code><a href="../stdbit.h/stdc_bit_width.html">stdc_bit_width</a></code> - C互換のビット操作関数</li>
286+
</ul>
283287
<h2>参照</h2>
284288
<ul>
285289
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html" target="_blank">P0556R3 Integral power-of-2 operations</a></li>

reference/bit/countl_one.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -264,6 +264,10 @@ <h3>処理系</h3>
264264
<li><a href="../../implementation.html#gcc">GCC</a>: 9.2 <span aria-label="検証済" role="img" title="検証済"></span></li>
265265
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
266266
</ul>
267+
<h2>関連項目</h2>
268+
<ul>
269+
<li><code><a href="../stdbit.h/stdc_leading_ones.html">stdc_leading_ones</a></code> - C互換のビット操作関数</li>
270+
</ul>
267271
<h2>参照</h2>
268272
<ul>
269273
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html" target="_blank">P0553R4 Bit operations</a></li>

reference/bit/countl_zero.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,6 +265,10 @@ <h3>処理系</h3>
265265
<li><a href="../../implementation.html#gcc">GCC</a>: 9.2 <span aria-label="検証済" role="img" title="検証済"></span></li>
266266
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
267267
</ul>
268+
<h2>関連項目</h2>
269+
<ul>
270+
<li><code><a href="../stdbit.h/stdc_leading_zeros.html">stdc_leading_zeros</a></code> - C互換のビット操作関数</li>
271+
</ul>
268272
<h2>参照</h2>
269273
<ul>
270274
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html" target="_blank">P0553R4 Bit operations</a></li>

reference/bit/countr_one.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -260,6 +260,10 @@ <h3>処理系</h3>
260260
<li><a href="../../implementation.html#gcc">GCC</a>: 9.2 <span aria-label="検証済" role="img" title="検証済"></span></li>
261261
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
262262
</ul>
263+
<h2>関連項目</h2>
264+
<ul>
265+
<li><code><a href="../stdbit.h/stdc_trailing_ones.html">stdc_trailing_ones</a></code> - C互換のビット操作関数</li>
266+
</ul>
263267
<h2>参照</h2>
264268
<ul>
265269
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html" target="_blank">P0553R4 Bit operations</a></li>

reference/bit/countr_zero.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-06T02:49:40">
192+
2026年04月06日 02時49分40秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -265,6 +265,10 @@ <h3>処理系</h3>
265265
<li><a href="../../implementation.html#gcc">GCC</a>: 9.2 <span aria-label="検証済" role="img" title="検証済"></span></li>
266266
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
267267
</ul>
268+
<h2>関連項目</h2>
269+
<ul>
270+
<li><code><a href="../stdbit.h/stdc_trailing_zeros.html">stdc_trailing_zeros</a></code> - C互換のビット操作関数</li>
271+
</ul>
268272
<h2>参照</h2>
269273
<ul>
270274
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html" target="_blank">P0553R4 Bit operations</a></li>

0 commit comments

Comments
 (0)