Skip to content

Commit 3a09ef4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ac151ea commit 3a09ef4

File tree

9 files changed

+1141
-2198
lines changed

9 files changed

+1141
-2198
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="2024-09-13T03:00:43">
180-
2024年09月13日 03時00分43秒
179+
<span itemprop="datePublished" content="2024-09-17T09:19:37">
180+
2024年09月17日 09時19分37秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -498,7 +498,7 @@ <h3>関数オブジェクト</h3>
498498
<li>関連して、非型テンプレート引数の関数オブジェクトを反転させられるよう、<code><a href="../reference/functional/not_fn.html">not_fn()</a></code>に非型テンプレート引数版のオーバーロードを追加</li>
499499
</ul>
500500
</li>
501-
<li><code><a href="../reference/functional/reference_wrapper.html">std::reference_wrapper</a></code>に、比較演算子<code><span href="https://cpprefjp.github.io/reference/functional/reference_wrapper/op_equal.md.nolink">==</span></code><code><span href="https://cpprefjp.github.io/reference/functional/reference_wrapper/op_compare_3way.md.nolink">&lt;=&gt;</span></code>を追加</li>
501+
<li><code><a href="../reference/functional/reference_wrapper.html">std::reference_wrapper</a></code>に、比較演算子<code><a href="../reference/functional/reference_wrapper/op_equal.html">==</a></code><code><a href="../reference/functional/reference_wrapper/op_compare_3way.html">&lt;=&gt;</a></code>を追加</li>
502502
</ul>
503503
<h3>文字列</h3>
504504
<ul>

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1u</span><span class="n">PUbZiqZqPFfWPyBoUqnVVciHEvjCIGB</span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/functional/reference_wrapper.html

Lines changed: 50 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="2024-09-17T09:19:37">
192+
2024年09月17日 09時19分37秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -303,6 +303,7 @@ <h2>メンバ型</h2>
303303
</tbody>
304304
</table>
305305
<h2>非メンバ関数</h2>
306+
<h3>ヘルパ関数</h3>
306307
<table border="1" bordercolor="#888" style="border-collapse:collapse">
307308
<thead>
308309
<tr>
@@ -324,6 +325,53 @@ <h2>非メンバ関数</h2>
324325
</tr>
325326
</tbody>
326327
</table>
328+
<h3>比較演算子</h3>
329+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
330+
<thead>
331+
<tr>
332+
<th>名前</th>
333+
<th>説明</th>
334+
<th>対応バージョン</th>
335+
</tr>
336+
</thead>
337+
<tbody>
338+
<tr>
339+
<td><code><a href="reference_wrapper/op_equal.html">operator==</a></code></td>
340+
<td>等値比較</td>
341+
<td>C++26</td>
342+
</tr>
343+
<tr>
344+
<td><code>operator!=</code></td>
345+
<td>非等値比較 (<code>==</code>により使用可能)</td>
346+
<td>C++26</td>
347+
</tr>
348+
<tr>
349+
<td><code><a href="reference_wrapper/op_compare_3way.html">operator&lt;=&gt;</a></code></td>
350+
<td>三方比較</td>
351+
<td>C++26</td>
352+
</tr>
353+
<tr>
354+
<td><code>operator&lt;</code></td>
355+
<td>左辺が右辺より小さいかを判定する (<code>&lt;=&gt;</code>により使用可能)</td>
356+
<td>C++26</td>
357+
</tr>
358+
<tr>
359+
<td><code>operator&lt;=</code></td>
360+
<td>左辺が右辺以下を判定する (<code>&lt;=&gt;</code>により使用可能)</td>
361+
<td>C++26</td>
362+
</tr>
363+
<tr>
364+
<td><code>operator&gt;</code></td>
365+
<td>左辺が右辺より大きいかを判定する (<code>&lt;=&gt;</code>により使用可能)</td>
366+
<td>C++26</td>
367+
</tr>
368+
<tr>
369+
<td><code>operator&gt;=</code></td>
370+
<td>左辺が右辺以上かを判定する (<code>&lt;=&gt;</code>により使用可能)</td>
371+
<td>C++26</td>
372+
</tr>
373+
</tbody>
374+
</table>
327375
<h2>推論補助</h2>
328376
<table border="1" bordercolor="#888" style="border-collapse:collapse">
329377
<thead>

0 commit comments

Comments
 (0)