Skip to content

Commit e9bc6d0

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 84b8cc8 commit e9bc6d0

File tree

3 files changed

+34
-55
lines changed

3 files changed

+34
-55
lines changed

reference/compare/compare_three_way/op_call.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-07-08T15:33:39">
204-
2025年07月08日 15時33分39秒
203+
<span itemprop="datePublished" content="2026-01-03T03:00:52">
204+
2026年01月03日 03時00分52秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Akira Takahashi</span>
208+
<span itemprop="name">suomesta</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -287,7 +287,7 @@ <h2>例</h2>
287287
<span class="p">}</span>
288288
</code></pre></div>
289289
</div></p>
290-
<h3>出力</h3>
290+
<h3>出力例</h3>
291291
<p><pre><code>true
292292
false
293293
false

rss.xml

Lines changed: 29 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2026-01-03T03:00:11.722703</updated>
6-
<id>d8f1e47d-7ca4-4f50-8895-e838fdd993d5</id>
5+
<updated>2026-01-03T03:05:19.805762</updated>
6+
<id>7eff886c-9e44-4b41-8fc5-5589fa04ad30</id>
77

88

9+
<entry>
10+
<title>operator() -- change 出力 to 出力例</title>
11+
<link href="https://cpprefjp.github.io/reference/compare/compare_three_way/op_call.html"/>
12+
<id>3ff9e7a77808ada2a311b2e9aaf5ff1054615148:reference/compare/compare_three_way/op_call.md</id>
13+
<updated>2026-01-03T12:00:52+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/compare/compare_three_way/op_call.md b/reference/compare/compare_three_way/op_call.md
16+
index d223cc3e6..6acefcb42 100644
17+
--- a/reference/compare/compare_three_way/op_call.md
18+
+++ b/reference/compare/compare_three_way/op_call.md
19+
@@ -74,7 +74,7 @@ int main() {
20+
}
21+
```
22+
23+
-### 出力
24+
+### 出力例
25+
```
26+
true
27+
false
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>suomesta</name>
32+
<email>shawn316michaels@gmail.com</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>swap -- fix swap()s in &lt;sstream&gt;</title>
1138
<link href="https://cpprefjp.github.io/reference/sstream/basic_istringstream/swap.html"/>
@@ -2223,52 +2250,4 @@ index 0b0d620bf..db9485d85 100644
22232250
</author>
22242251
</entry>
22252252

2226-
<entry>
2227-
<title>assertion_kind -- fixing doc links(#1419)</title>
2228-
<link href="https://cpprefjp.github.io/reference/contracts/assertion_kind.html"/>
2229-
<id>cf0bc4e9eb436750a109a4a1f064aa999e6c79dc:reference/contracts/assertion_kind.md</id>
2230-
<updated>2025-12-26T18:09:46+09:00</updated>
2231-
2232-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/contracts/assertion_kind.md b/reference/contracts/assertion_kind.md
2233-
index 8b4d2768d..0b0d620bf 100644
2234-
--- a/reference/contracts/assertion_kind.md
2235-
+++ b/reference/contracts/assertion_kind.md
2236-
@@ -34,4 +34,4 @@ namespace std::contracts {
2237-
- [契約プログラミング](/lang/cpp26/contracts.md)
2238-
2239-
## 参照
2240-
-- [P0542R5 Support for contract based programming in C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0542r5.html)
2241-
+- [P2900R14 Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
2242-
&lt;/code&gt;&lt;/pre&gt;</summary>
2243-
2244-
<author>
2245-
<name>rotarymars</name>
2246-
<email>s.goto2050@gmail.com</email>
2247-
</author>
2248-
</entry>
2249-
2250-
<entry>
2251-
<title>detection_mode -- fixing doc links(#1419)</title>
2252-
<link href="https://cpprefjp.github.io/reference/contracts/detection_mode.html"/>
2253-
<id>cf0bc4e9eb436750a109a4a1f064aa999e6c79dc:reference/contracts/detection_mode.md</id>
2254-
<updated>2025-12-26T18:09:46+09:00</updated>
2255-
2256-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/contracts/detection_mode.md b/reference/contracts/detection_mode.md
2257-
index 42cb2b8dc..6abb059d3 100644
2258-
--- a/reference/contracts/detection_mode.md
2259-
+++ b/reference/contracts/detection_mode.md
2260-
@@ -37,4 +37,4 @@ namespace std::contracts {
2261-
- [契約プログラミング](/lang/cpp26/contracts.md)
2262-
2263-
## 参照
2264-
-- [P0542R5 Support for contract based programming in C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0542r5.html)
2265-
+- [P2900R14 Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
2266-
&lt;/code&gt;&lt;/pre&gt;</summary>
2267-
2268-
<author>
2269-
<name>rotarymars</name>
2270-
<email>s.goto2050@gmail.com</email>
2271-
</author>
2272-
</entry>
2273-
22742253
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4868,7 +4868,7 @@
48684868

48694869
<url>
48704870
<loc>https://cpprefjp.github.io/reference/compare/compare_three_way/op_call.html</loc>
4871-
<lastmod>2025-10-04T19:13:40+09:00</lastmod>
4871+
<lastmod>2026-01-03T12:00:52+09:00</lastmod>
48724872
<changefreq>daily</changefreq>
48734873
<priority>0.6</priority>
48744874
</url>

0 commit comments

Comments
 (0)