Skip to content

Commit 6b5bf76

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 08cf67b commit 6b5bf76

32 files changed

+1335
-731
lines changed

lang/cpp11.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
180-
2025年07月11日 17時16分44秒
179+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
180+
2025年08月23日 16時55分29秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Koichi Murase</span>
184+
<span itemprop="name">Raclamusi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -584,7 +584,7 @@ <h3>関数オブジェクト</h3>
584584
<li>関数ポインタと関数オブジェクトを統一的に扱えるクラス<code><a href="../reference/functional/function.html">std::function</a></code>を追加</li>
585585
<li>関数の引数を束縛して部分適用する関数<code><a href="../reference/functional/bind.html">std::bind()</a></code>を追加</li>
586586
<li>メンバ関数ポインタを関数オブジェクトにアダプトする関数<code><a href="../reference/functional/mem_fn.html">std::mem_fn()</a></code>を追加</li>
587-
<li>テンプレートに、明示的に左辺値参照を渡すための渡すためのクラス<code><a href="../reference/functional/reference_wrapper.html">std::reference_wrapper</a></code>と、そのヘルパ関数である<code><a href="../reference/functional/ref.html">std::ref()</a></code><code><a href="../reference/functional/cref.html">std::cref()</a></code>を追加</li>
587+
<li>テンプレートに、明示的に左辺値参照を渡すためのクラス<code><a href="../reference/functional/reference_wrapper.html">std::reference_wrapper</a></code>と、そのヘルパ関数である<code><a href="../reference/functional/ref.html">std::ref()</a></code><code><a href="../reference/functional/cref.html">std::cref()</a></code>を追加</li>
588588
<li>ハッシュ表コンテナの追加にともない、オブジェクトのハッシュ値を計算する関数オブジェクト<code><a href="../reference/functional/hash.html">std::hash</a></code>クラスを追加</li>
589589
<li>ビット演算の関数オブジェクトとして、<code><a href="../reference/functional/bit_and.html">std::bit_and</a></code><code><a href="../reference/functional/bit_or.html">std::bit_or</a></code><code><a href="../reference/functional/bit_xor.html">std::bit_xor</a></code>を追加</li>
590590
<li>従来の関数オブジェクトアダプタ<code>std::unary_function</code><code>std::binary_function</code><code>std::mem_fun()</code><code>std::mem_fun_ref()</code>等を非推奨とする</li>

lang/cpp11/noexcept.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-10T01:26:30">
192-
2025年07月10日 01時26分30秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -290,7 +290,7 @@ <h3>式が<a class="cpprefjp-defined-word" data-desc="問題が発生したと
290290
<span class="kt">int</span> <span class="n">f</span><span class="p">()</span> <span class="k">const</span> <span class="k">noexcept</span><span class="p">;</span> <span class="c1">// noexcept例外仕様</span>
291291

292292
<span class="c1">// 外側はnoexcept例外仕様、内側はnoexcept演算子。</span>
293-
<span class="c1">// メンバ関数関数f()が例外を送出しない場合、関数g()もまた例外を送出しない</span>
293+
<span class="c1">// メンバ関数f()が例外を送出しない場合、関数g()もまた例外を送出しない</span>
294294
<span class="kt">int</span> <span class="nf">g</span><span class="p">()</span> <span class="k">const</span> <span class="k">noexcept</span><span class="p">(</span><span class="k">noexcept</span><span class="p">(</span><span class="n">f</span><span class="p">()))</span>
295295
<span class="p">{</span> <span class="k">return</span> <span class="n">f</span><span class="p">();</span> <span class="p">}</span>
296296
<span class="p">};</span>

reference/charconv/from_chars.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

reference/cmath/fp_nan.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/cmath/fp_nan.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="浮動小数点数が `NaN` であることを表すを表す整数定数式" />
31+
<meta property="og:description" content="浮動小数点数が `NaN` であることを表す整数定数式" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="FP_NAN - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/cmath/fp_nan.html" />
35-
<meta name="twitter:description" content="浮動小数点数が `NaN` であることを表すを表す整数定数式" />
35+
<meta name="twitter:description" content="浮動小数点数が `NaN` であることを表す整数定数式" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-13T06:17:26">
192-
2025年07月13日 06時17分26秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -217,7 +217,7 @@
217217
</code></pre></div>
218218
</p>
219219
<h2>概要</h2>
220-
<p>浮動小数点数が <code>NaN</code> であることを表すを表す整数定数式</p>
220+
<p>浮動小数点数が <code>NaN</code> であることを表す整数定数式</p>
221221
<h2>備考</h2>
222222
<p>このマクロの値は、<code><a href="fpclassify.html">std::fpclassify</a></code> において、引数が <code>NaN</code>(Not a Number、非数)である場合に、<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>として使用される。</p>
223223
<h2></h2>

reference/cmath/llrint.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-13T04:07:37">
192-
2025年07月13日 04時07分37秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -249,7 +249,7 @@ <h2>備考</h2>
249249
<li>他の<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>が発生しておらず、引数 <code>x</code><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>と異なってる場合、不正確結果の浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a><code><a href="../cfenv/fe_inexact.html">FE_INEXACT</a></code>)が発生する。</li>
250250
</ul>
251251
</li>
252-
<li>C99 では、丸めモードや浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>へのアクセスには <code>#pragma STDC FENV_ACCESS ON</code> でなければなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
252+
<li>C99 では、丸めモードや浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>へのアクセスには <code>#pragma STDC FENV_ACCESS ON</code> でなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
253253
なお、C99 でも <code>FENV_ACCESS</code> のデフォルトは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である。</li>
254254
<li>丸めモード <code><a href="../cfenv/fe_tonearest.html">FE_TONEAREST</a></code> は四捨五入ではなく、最近接偶数への丸めであることに注意。(例を参照)<br />
255255
四捨五入が必要であれば、<code><a href="llround.html">llround</a></code> を使用すること。(ただし、<code><a href="llround.html">llround</a></code> は本関数と異なり、ISO IEC 60559 に準拠していても <code><a href="../cfenv/fe_inexact.html">FE_INEXACT</a></code> が発生するか否かは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である) </li>

reference/cmath/lrint.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-13T04:07:37">
192-
2025年07月13日 04時07分37秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -248,7 +248,7 @@ <h2>備考</h2>
248248
<li>他の<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>が発生しておらず、引数 <code>x</code><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>と異なってる場合、不正確結果の浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a><code><a href="../cfenv/fe_inexact.html">FE_INEXACT</a></code>)が発生する。</li>
249249
</ul>
250250
</li>
251-
<li>C99 では、丸めモードや浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>へのアクセスには <code>#pragma STDC FENV_ACCESS ON</code> でなければなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
251+
<li>C99 では、丸めモードや浮動小数点<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>へのアクセスには <code>#pragma STDC FENV_ACCESS ON</code> でなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
252252
なお、C99 でも <code>FENV_ACCESS</code> のデフォルトは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である。</li>
253253
<li>丸めモード <code><a href="../cfenv/fe_tonearest.html">FE_TONEAREST</a></code> は単なる四捨五入ではないことに注意。<br />
254254
四捨五入が必要であれば、<code><a href="lround.html">lround</a></code> を使用すること。(ただし、<code><a href="lround.html">lround</a></code> は本関数と異なり、ISO IEC 60559 に準拠していても <code><a href="../cfenv/fe_inexact.html">FE_INEXACT</a></code> が発生するか否かは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である) </li>

reference/cmath/nearbyint.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-13T04:07:37">
192-
2025年07月13日 04時07分37秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -250,7 +250,7 @@ <h2>備考</h2>
250250
<li><code>x = ±∞</code> の場合、<code>±∞</code> を返す。</li>
251251
</ul>
252252
</li>
253-
<li>C99 では、丸めモードの設定時には <code>#pragma STDC FENV_ACCESS ON</code> でなければなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
253+
<li>C99 では、丸めモードの設定時には <code>#pragma STDC FENV_ACCESS ON</code> でなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
254254
なお、C99 でも <code>FENV_ACCESS</code> のデフォルトは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である。</li>
255255
<li>丸めモード <code><a href="../cfenv/fe_tonearest.html">FE_TONEAREST</a></code> は単なる四捨五入ではないことに注意。</li>
256256
<li>C++23では、(1), (2), (3)が(4)に統合され、<a class="cpprefjp-defined-word" data-desc="&lt;stdfloat&gt;で定義される内部表現の規定された浮動小数点数型" href="../stdfloat.html">拡張浮動小数点数型</a>を含む浮動小数点数型への<a class="cpprefjp-defined-word" data-desc="同名の関数を異なる引数・テンプレート・制約などで複数定義すること。または同名の関数の集合">オーバーロード</a>として定義された</li>

reference/cmath/rint.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-07-13T04:07:37">
192-
2025年07月13日 04時07分37秒
191+
<span itemprop="datePublished" content="2025-08-23T16:55:29">
192+
2025年08月23日 16時55分29秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Raclamusi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -251,7 +251,7 @@ <h2>備考</h2>
251251
<li>引数 <code>x</code><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>と異なってる場合、<code><a href="../cfenv/fe_inexact.html">FE_INEXACT</a></code> が発生する。</li>
252252
</ul>
253253
</li>
254-
<li>C99 では、丸めモードの設定時には <code>#pragma STDC FENV_ACCESS ON</code> でなければなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
254+
<li>C99 では、丸めモードの設定時には <code>#pragma STDC FENV_ACCESS ON</code> でなければならないと記載されているが、C++ には該当する記載を見つけることができなかった。<br />
255255
なお、C99 でも <code>FENV_ACCESS</code> のデフォルトは<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>である。</li>
256256
<li>丸めモード <code><a href="../cfenv/fe_tonearest.html">FE_TONEAREST</a></code> は単なる四捨五入ではないことに注意。</li>
257257
<li>C++23では、(1), (2), (3)が(4)に統合され、<a class="cpprefjp-defined-word" data-desc="&lt;stdfloat&gt;で定義される内部表現の規定された浮動小数点数型" href="../stdfloat.html">拡張浮動小数点数型</a>を含む浮動小数点数型への<a class="cpprefjp-defined-word" data-desc="同名の関数を異なる引数・テンプレート・制約などで複数定義すること。または同名の関数の集合">オーバーロード</a>として定義された</li>

0 commit comments

Comments
 (0)