2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<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 >
7
7
8
8
9
- <entry >
10
- <title >契約プログラミング [P2900R14] -- style: " 返り値" → " 戻り値" </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" >< pre>< code> 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
- < /code>< /pre> </summary >
29
-
30
- <author >
31
- <name >Koichi Murase</name >
32
-
33
- </author >
34
- </entry >
35
-
36
- <entry >
37
- <title >atof -- style: " 返り値" → " 戻り値" </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" >< pre>< code> 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
- < /code>< /pre> </summary >
56
-
57
- <author >
58
- <name >Koichi Murase</name >
59
-
60
- </author >
61
- </entry >
62
-
63
- <entry >
64
- <title >getenv -- style: " 返り値" → " 戻り値" </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" >< pre>< code> 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
- < /code>< /pre> </summary >
83
-
84
- <author >
85
- <name >Koichi Murase</name >
86
-
87
- </author >
88
- </entry >
89
-
90
9
</feed >
0 commit comments