Skip to content

Commit 3c3228b

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 60ac54d commit 3c3228b

File tree

1 file changed

+2
-83
lines changed

1 file changed

+2
-83
lines changed

rss.xml

Lines changed: 2 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -2,89 +2,8 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-07-09T14:48:59.185107</updated>
6-
<id>e450ee46-1d91-426d-ad68-58b63d2bda01</id>
5+
<updated>2025-07-09T22:23:31.421075</updated>
6+
<id>5b3e42f7-4206-4f23-b3bb-928c562e6f1e</id>
77

88

9-
<entry>
10-
<title>契約プログラミング [P2900R14] -- style: &#34;返り値&#34;&#34;戻り値&#34;</title>
11-
<link href="https://cpprefjp.github.io/lang/cpp26/contracts.html"/>
12-
<id>b3bdbe326cedaa4e50584f0b88e594abf8f577e0:lang/cpp26/contracts.md</id>
13-
<updated>2025-07-09T20:30:38+09:00</updated>
14-
15-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/lang/cpp26/contracts.md b/lang/cpp26/contracts.md
16-
index 0d82b64e6..e2e57725f 100644
17-
--- a/lang/cpp26/contracts.md
18-
+++ b/lang/cpp26/contracts.md
19-
@@ -78,7 +78,7 @@ int increment(int x)
20-
```
21-
ここでは、`increment`関数の戻り値が`x + 1`であることを事後条件として指定している。
22-
23-
-`post`では、返り値を`r`としてバインドし、条件式内で利用している。ここには、任意の変数名が使用できる。変数は定数(`const`)な左辺値参照である。
24-
+`post`では、戻り値を`r`としてバインドし、条件式内で利用している。ここには、任意の変数名が使用できる。変数は定数(`const`)な左辺値参照である。
25-
26-
事後条件の結果名導入子(result-name-introducer)は省略可能である。特に、`void`を返す関数では、戻り値を参照する必要がない場合に省略できる。
27-
28-
&lt;/code&gt;&lt;/pre&gt;</summary>
29-
30-
<author>
31-
<name>Koichi Murase</name>
32-
<email>[email protected]</email>
33-
</author>
34-
</entry>
35-
36-
<entry>
37-
<title>atof -- style: &#34;返り値&#34;&#34;戻り値&#34;</title>
38-
<link href="https://cpprefjp.github.io/reference/cstdlib/atof.html"/>
39-
<id>b3bdbe326cedaa4e50584f0b88e594abf8f577e0:reference/cstdlib/atof.md</id>
40-
<updated>2025-07-09T20:30:38+09:00</updated>
41-
42-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/atof.md b/reference/cstdlib/atof.md
43-
index 8a2a2d64d..4a54ad8b0 100644
44-
--- a/reference/cstdlib/atof.md
45-
+++ b/reference/cstdlib/atof.md
46-
@@ -23,7 +23,7 @@ namespace std {
47-
- NAN(大小文字区別せず)はそれ以前の数値を返す。もし以前の数値がないなら、`nan`を返す。
48-
49-
50-
-## 返り値
51-
+## 戻り値
52-
53-
変換可能ならば変換後の数値。
54-
55-
&lt;/code&gt;&lt;/pre&gt;</summary>
56-
57-
<author>
58-
<name>Koichi Murase</name>
59-
<email>[email protected]</email>
60-
</author>
61-
</entry>
62-
63-
<entry>
64-
<title>getenv -- style: &#34;返り値&#34;&#34;戻り値&#34;</title>
65-
<link href="https://cpprefjp.github.io/reference/cstdlib/getenv.html"/>
66-
<id>b3bdbe326cedaa4e50584f0b88e594abf8f577e0:reference/cstdlib/getenv.md</id>
67-
<updated>2025-07-09T20:30:38+09:00</updated>
68-
69-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/getenv.md b/reference/cstdlib/getenv.md
70-
index f99577bb6..971676c03 100644
71-
--- a/reference/cstdlib/getenv.md
72-
+++ b/reference/cstdlib/getenv.md
73-
@@ -13,7 +13,7 @@ namespace std {
74-
75-
ホスト環境(OS)が提供する環境リストから、Cストリング`env_var`と一致する文字列を検索、一致したもののポインタを返す
76-
77-
-## 返り値
78-
+## 戻り値
79-
80-
一致したものがあれば環境変数を保持した文字列、なければヌルポインタを返す
81-
82-
&lt;/code&gt;&lt;/pre&gt;</summary>
83-
84-
<author>
85-
<name>Koichi Murase</name>
86-
<email>[email protected]</email>
87-
</author>
88-
</entry>
89-
909
</feed>

0 commit comments

Comments
 (0)