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-05-03T03:00:44.579529 </updated >
6
- <id >73297890-1227-45f2-9ed5-8f352b36c2e0 </id >
5
+ <updated >2025-05-03T03:05:35.527102 </updated >
6
+ <id >5c7663a3-bf45-4e2b-bd01-e81fc1a07548 </id >
7
7
8
8
9
+ <entry >
10
+ <title >isspace -- Revert " reference/cctype/isspace.md: Created sample implementation" </title >
11
+ <link href =" https://cpprefjp.github.io/reference/cctype/isspace.html" />
12
+ <id >2750049cc5adfcd9b6a3daa17c1860409ea62b8e:reference/cctype/isspace.md</id >
13
+ <updated >2025-05-03T12:01:40+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/cctype/isspace.md b/reference/cctype/isspace.md
16
+ index 26a1e8f7f..087dd8fc2 100644
17
+ --- a/reference/cctype/isspace.md
18
+ +++ b/reference/cctype/isspace.md
19
+ @@ -50,12 +50,3 @@ isspace(& #39; & #39;) = 8192
20
+ isspace(& #39;\n& #39;) = 8192
21
+ isspace(& #39;0x0f& #39;) = 0
22
+ ```
23
+ -
24
+ -## 実装例
25
+ -```cpp
26
+ -int isspace(int ch) {
27
+ - return ch == & #39; & #39; || ch == & #39;\t& #39; || ch == & #39;\r& #39; || ch == & #39;\n& #39; || ch == & #39;\v& #39; || ch == & #39;\f& #39;;
28
+ -}
29
+ -```
30
+ -
31
+ -
32
+ < /code>< /pre> </summary >
33
+
34
+ <author >
35
+ <name >rotarymars</name >
36
+
37
+ </author >
38
+ </entry >
39
+
9
40
<entry >
10
41
<title >islower -- fix: Fixed wrong implementation code for islower()</title >
11
42
<link href =" https://cpprefjp.github.io/reference/cctype/islower.html" />
@@ -809,31 +840,4 @@ index 4f118a77d..d3f5519aa 100644
809
840
</author >
810
841
</entry >
811
842
812
- <entry >
813
- <title >basic-operation -- execution/basic-operation: fix inner links</title >
814
- <link href =" https://cpprefjp.github.io/reference/execution/execution/basic-operation.html" />
815
- <id >5e7c6ee264d5044b5c94d2f1a49e74b84df6edce:reference/execution/execution/basic-operation.md</id >
816
- <updated >2025-05-02T17:18:07+09:00</updated >
817
-
818
- <summary type =" html" >< pre>< code> diff --git a/reference/execution/execution/basic-operation.md b/reference/execution/execution/basic-operation.md
819
- index 7ac6e0592..f1181fa9d 100644
820
- --- a/reference/execution/execution/basic-operation.md
821
- +++ b/reference/execution/execution/basic-operation.md
822
- @@ -111,7 +111,7 @@ using indices-for = remove_reference_t& lt;Sndr& gt;::indices-for; // exposition only
823
-
824
- 説明専用の定数`connect-all`は、下記ラムダ式と等価な関数呼び出し可能なオブジェクトとして初期化される。
825
-
826
- -- 全ての子Sender`child`とSenderアルゴリズム`sndr`の[Receiver](basic-receiver.md)を[接続(connect)](connec.md)し、結果の[Operation State](operation_state.md)リストを[`product-type`](product-type.md.nolink)型にまとめて返す。
827
- +- 全ての子Sender`child`とSenderアルゴリズム`sndr`の[Receiver](basic-receiver.md.nolink)を[接続(connect)](connect.md)し、結果の[Operation State](operation_state.md)リストを[`product-type`](product-type.md.nolink)型にまとめて返す。
828
-
829
- ```cpp
830
- []& lt;class Sndr, class Rcvr, size_t... Is& gt;(
831
- < /code>< /pre> </summary >
832
-
833
- <author >
834
- <name >yoh</name >
835
-
836
- </author >
837
- </entry >
838
-
839
843
</feed >
0 commit comments