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 >2024-12-14T19:25:51.477327 </updated >
6
- <id >6afd8e2f-3ebe-4b70-a31a-dd6ebf450d9f </id >
5
+ <updated >2024-12-14T19:50:26.376387 </updated >
6
+ <id >03336b68-14a6-4401-ba17-13498ad592d7 </id >
7
7
8
8
9
+ <entry >
10
+ <title >common_comparison_category -- 表記の統一</title >
11
+ <link href =" https://cpprefjp.github.io/reference/compare/common_comparison_category.html" />
12
+ <id >a983f3dd3b01a4f60aec4d82bf3cb37222b492ea:reference/compare/common_comparison_category.md</id >
13
+ <updated >2024-12-15T04:47:14+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/compare/common_comparison_category.md b/reference/compare/common_comparison_category.md
16
+ index ba9a1c749..e14632dab 100644
17
+ --- a/reference/compare/common_comparison_category.md
18
+ +++ b/reference/compare/common_comparison_category.md
19
+ @@ -30,7 +30,7 @@ namespace std {
20
+
21
+ `Ts...`内のそれぞれの型を`Ti (0 & lt;= i & lt; N)`として、共通比較カテゴリ型`U`は以下のように決定される。
22
+
23
+ -1. `Ti`の中に一つでも比較カテゴリ型でない型がある場合、`U = void`
24
+ +1. `Ti`の中に1つでも比較カテゴリ型でない型がある場合、`U = void`
25
+ 2. `Ti`の中に1つでも`partial_ordering`がある場合、`U = partial_ordering`
26
+ 3. `Ti`の中に1つでも`weak_ordering`がある場合、`U = weak_ordering`
27
+ 4. それ以外の場合、`U = strong_ordering`(`N == 0`の場合)
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >biobios</name >
32
+
33
+ </author >
34
+ </entry >
35
+
9
36
<entry >
10
37
<title >indirectly_readable_traits -- fix type</title >
11
38
<link href =" https://cpprefjp.github.io/reference/iterator/indirectly_readable_traits.html" />
@@ -654,82 +681,4 @@ index f7668d166..980f18020 100644
654
681
</author >
655
682
</entry >
656
683
657
- <entry >
658
- <title >operator partial_ordering -- add meta cpp tag</title >
659
- <link href =" https://cpprefjp.github.io/reference/compare/strong_ordering/op_partial_ordering.html" />
660
- <id >17433f40f69bd9debd8b19f1257063fb589dd73b:reference/compare/strong_ordering/op_partial_ordering.md</id >
661
- <updated >2024-12-09T22:04:29+09:00</updated >
662
-
663
- <summary type =" html" >< pre>< code> diff --git a/reference/compare/strong_ordering/op_partial_ordering.md b/reference/compare/strong_ordering/op_partial_ordering.md
664
- index 058a26797..b4ebedfe1 100644
665
- --- a/reference/compare/strong_ordering/op_partial_ordering.md
666
- +++ b/reference/compare/strong_ordering/op_partial_ordering.md
667
- @@ -3,6 +3,7 @@
668
- * std[meta namespace]
669
- * strong_ordering[meta class]
670
- * function[meta id-type]
671
- +* cpp20[meta cpp]
672
-
673
- ```cpp
674
- constexpr operator partial_ordering() const noexcept;
675
- < /code>< /pre> </summary >
676
-
677
- <author >
678
- <name >suomesta</name >
679
-
680
- </author >
681
- </entry >
682
-
683
- <entry >
684
- <title >operator weak_ordering -- add meta cpp tag</title >
685
- <link href =" https://cpprefjp.github.io/reference/compare/strong_ordering/op_weak_ordering.html" />
686
- <id >17433f40f69bd9debd8b19f1257063fb589dd73b:reference/compare/strong_ordering/op_weak_ordering.md</id >
687
- <updated >2024-12-09T22:04:29+09:00</updated >
688
-
689
- <summary type =" html" >< pre>< code> diff --git a/reference/compare/strong_ordering/op_weak_ordering.md b/reference/compare/strong_ordering/op_weak_ordering.md
690
- index ab9d56fee..aa1eda64b 100644
691
- --- a/reference/compare/strong_ordering/op_weak_ordering.md
692
- +++ b/reference/compare/strong_ordering/op_weak_ordering.md
693
- @@ -3,6 +3,7 @@
694
- * std[meta namespace]
695
- * strong_ordering[meta class]
696
- * function[meta id-type]
697
- +* cpp20[meta cpp]
698
-
699
- ```cpp
700
- constexpr operator weak_ordering() const noexcept;
701
- < /code>< /pre> </summary >
702
-
703
- <author >
704
- <name >suomesta</name >
705
-
706
- </author >
707
- </entry >
708
-
709
- <entry >
710
- <title >operator partial_ordering -- add meta cpp tag</title >
711
- <link href =" https://cpprefjp.github.io/reference/compare/weak_ordering/op_partial_ordering.html" />
712
- <id >17433f40f69bd9debd8b19f1257063fb589dd73b:reference/compare/weak_ordering/op_partial_ordering.md</id >
713
- <updated >2024-12-09T22:04:29+09:00</updated >
714
-
715
- <summary type =" html" >< pre>< code> diff --git a/reference/compare/weak_ordering/op_partial_ordering.md b/reference/compare/weak_ordering/op_partial_ordering.md
716
- index 8807cea4a..ad6221133 100644
717
- --- a/reference/compare/weak_ordering/op_partial_ordering.md
718
- +++ b/reference/compare/weak_ordering/op_partial_ordering.md
719
- @@ -3,6 +3,7 @@
720
- * std[meta namespace]
721
- * weak_ordering[meta class]
722
- * function[meta id-type]
723
- +* cpp20[meta cpp]
724
-
725
- ```cpp
726
- constexpr operator partial_ordering() const noexcept;
727
- < /code>< /pre> </summary >
728
-
729
- <author >
730
- <name >suomesta</name >
731
-
732
- </author >
733
- </entry >
734
-
735
684
</feed >
0 commit comments