22<feed xmlns =" http://www.w3.org/2005/Atom" >
33 <title >cpprefjp - C++日本語リファレンス</title >
44 <link href =" https://cpprefjp.github.io" />
5- <updated >2026-02-24T08:00:45.193959 </updated >
6- <id >4d8b2a05-1ae7-4659-8d93-4590a699a9f3 </id >
5+ <updated >2026-02-24T14:05:18.044428 </updated >
6+ <id >ef19cbac-f352-403a-8441-544fe87e1d2c </id >
77
88
9+ <entry >
10+ <title >is-integer-like -- iterator/is_integer_like: meta aliasタグ追加</title >
11+ <link href =" https://cpprefjp.github.io/reference/iterator/is_integer_like.html" />
12+ <id >29fbdc9528602c8298dad66d540f47dafbaa0601:reference/iterator/is_integer_like.md</id >
13+ <updated >2026-02-24T23:01:12+09:00</updated >
14+
15+ <summary type =" html" >< pre>< code> diff --git a/reference/iterator/is_integer_like.md b/reference/iterator/is_integer_like.md
16+ index ee2eace74..73997f6af 100644
17+ --- a/reference/iterator/is_integer_like.md
18+ +++ b/reference/iterator/is_integer_like.md
19+ @@ -4,6 +4,7 @@
20+ * std[meta namespace]
21+ * variable[meta id-type]
22+ * cpp20[meta cpp]
23+ +* is-signed-integer-like[meta alias]
24+
25+ ```cpp
26+ namespace std {
27+ < /code>< /pre> </summary >
28+
29+ <author >
30+ <name >yoh</name >
31+ <email >kawasaki.liamg@gmail.com</email >
32+ </author >
33+ </entry >
34+
935 <entry >
1036 <title >partial_order -- C++23対応として比較やイテレータの操作をADLベースに修正 #1112</title >
1137 <link href =" https://cpprefjp.github.io/reference/compare/partial_order.html" />
@@ -1001,94 +1027,4 @@ index a807a9da3..eb2e30e2d 100644
10011027 </author >
10021028 </entry >
10031029
1004- <entry >
1005- <title >コンストラクタ -- fix some default constructors in < flat_map> and < flat_set> </title >
1006- <link href =" https://cpprefjp.github.io/reference/flat_map/flat_multimap/op_constructor.html" />
1007- <id >895a0172946a9b1dd41163ca42b804cade32e1b4:reference/flat_map/flat_multimap/op_constructor.md</id >
1008- <updated >2026-02-22T14:32:54+09:00</updated >
1009-
1010- <summary type =" html" >< pre>< code> diff --git a/reference/flat_map/flat_multimap/op_constructor.md b/reference/flat_map/flat_multimap/op_constructor.md
1011- index caa19381a..89eb99828 100644
1012- --- a/reference/flat_map/flat_multimap/op_constructor.md
1013- +++ b/reference/flat_map/flat_multimap/op_constructor.md
1014- @@ -8,8 +8,9 @@
1015- ```cpp
1016- // ____要素数ゼロのflat_multimapを構築____
1017-
1018- -flat_multimap()
1019- - : flat_multimap(key_compare()) { } // (1) C++23
1020- +flat_multimap() : flat_multimap(key_compare()) { } // (1) C++23
1021- +constexpr
1022- + flat_multimap() : flat_multimap(key_compare()) { } // (1) C++26
1023-
1024- explicit
1025- flat_multimap(const key_compare& amp; comp) // (2) C++23
1026- < /code>< /pre> </summary >
1027-
1028- <author >
1029- <name >suomesta</name >
1030- <email >shawn316michaels@gmail.com</email >
1031- </author >
1032- </entry >
1033-
1034- <entry >
1035- <title >コンストラクタ -- fix some default constructors in < flat_map> and < flat_set> </title >
1036- <link href =" https://cpprefjp.github.io/reference/flat_set/flat_multiset/op_constructor.html" />
1037- <id >895a0172946a9b1dd41163ca42b804cade32e1b4:reference/flat_set/flat_multiset/op_constructor.md</id >
1038- <updated >2026-02-22T14:32:54+09:00</updated >
1039-
1040- <summary type =" html" >< pre>< code> diff --git a/reference/flat_set/flat_multiset/op_constructor.md b/reference/flat_set/flat_multiset/op_constructor.md
1041- index 9d3be401a..5dfcbaf9f 100644
1042- --- a/reference/flat_set/flat_multiset/op_constructor.md
1043- +++ b/reference/flat_set/flat_multiset/op_constructor.md
1044- @@ -8,8 +8,9 @@
1045- ```cpp
1046- // ____要素数ゼロのflat_multisetを構築____
1047-
1048- -flat_multiset()
1049- - : flat_multiset(key_compare()) { } // (1) C++23
1050- +flat_multiset() : flat_multiset(key_compare()) { } // (1) C++23
1051- +constexpr
1052- + flat_multiset() : flat_multiset(key_compare()) { } // (1) C++26
1053-
1054- explicit
1055- flat_multiset(const key_compare& amp; comp) // (2) C++23
1056- < /code>< /pre> </summary >
1057-
1058- <author >
1059- <name >suomesta</name >
1060- <email >shawn316michaels@gmail.com</email >
1061- </author >
1062- </entry >
1063-
1064- <entry >
1065- <title >コンストラクタ -- fix some default constructors in < flat_map> and < flat_set> </title >
1066- <link href =" https://cpprefjp.github.io/reference/flat_set/flat_set/op_constructor.html" />
1067- <id >895a0172946a9b1dd41163ca42b804cade32e1b4:reference/flat_set/flat_set/op_constructor.md</id >
1068- <updated >2026-02-22T14:32:54+09:00</updated >
1069-
1070- <summary type =" html" >< pre>< code> diff --git a/reference/flat_set/flat_set/op_constructor.md b/reference/flat_set/flat_set/op_constructor.md
1071- index a46c4228f..f2581bf9e 100644
1072- --- a/reference/flat_set/flat_set/op_constructor.md
1073- +++ b/reference/flat_set/flat_set/op_constructor.md
1074- @@ -8,8 +8,9 @@
1075- ```cpp
1076- // ____要素数ゼロのflat_setを構築____
1077-
1078- -flat_set()
1079- - : flat_set(key_compare()) { } // (1) C++23
1080- +flat_set() : flat_set(key_compare()) { } // (1) C++23
1081- +constexpr
1082- + flat_set() : flat_set(key_compare()) { } // (1) C++26
1083-
1084- explicit
1085- flat_set(const key_compare& amp; comp) // (2) C++23
1086- < /code>< /pre> </summary >
1087-
1088- <author >
1089- <name >suomesta</name >
1090- <email >shawn316michaels@gmail.com</email >
1091- </author >
1092- </entry >
1093-
10941030</feed >
0 commit comments