Skip to content

Commit c34b99c

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 4c6f4c9 commit c34b99c

File tree

5 files changed

+36
-100
lines changed

5 files changed

+36
-100
lines changed

reference/iterator/is_integer_like.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<meta name="viewport" content="width=device-width,initial-scale=1">
2222
<meta name="keywords" content="
23-
C++,標準ライブラリ,リファレンス,ドキュメント,STL,std,,iterator,std,variable,cpp20
23+
C++,標準ライブラリ,リファレンス,ドキュメント,STL,std,,iterator,std,variable,cpp20,is-signed-integer-like
2424
">
2525
<meta name="title" content="is-integer-like - cpprefjp C++日本語リファレンス" />
2626
<meta itemprop="name" content="is-integer-like - cpprefjp C++日本語リファレンス" />
@@ -68,7 +68,7 @@
6868

6969
</head>
7070
<body>
71-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;exposition-only&#34;: [&#34;&#34;], &#34;header&#34;: [&#34;iterator&#34;], &#34;namespace&#34;: [&#34;std&#34;], &#34;id-type&#34;: [&#34;variable&#34;], &#34;cpp&#34;: [&#34;cpp20&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;iterator&#34;, &#34;is_integer_like&#34;]}">
71+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;exposition-only&#34;: [&#34;&#34;], &#34;header&#34;: [&#34;iterator&#34;], &#34;namespace&#34;: [&#34;std&#34;], &#34;id-type&#34;: [&#34;variable&#34;], &#34;cpp&#34;: [&#34;cpp20&#34;], &#34;alias&#34;: [&#34;is-signed-integer-like&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;iterator&#34;, &#34;is_integer_like&#34;]}">
7272
<nav class="navbar navbar-default" role="navigation">
7373
<div class="container-fluid">
7474
<div class="navbar-header">
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2026-02-24T03:41:50">
192-
2026年02月24日 03時41分50秒
191+
<span itemprop="datePublished" content="2026-02-24T14:01:12">
192+
2026年02月24日 14時01分12秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">yoh</span>
197197
</span>
198198
が更新
199199
</small></p>

rss.xml

Lines changed: 28 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,36 @@
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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</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 &lt;flat_map&gt; and &lt;flat_set&gt;</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">&lt;pre&gt;&lt;code&gt;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;amp; comp) // (2) C++23
1026-
&lt;/code&gt;&lt;/pre&gt;</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 &lt;flat_map&gt; and &lt;flat_set&gt;</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">&lt;pre&gt;&lt;code&gt;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;amp; comp) // (2) C++23
1056-
&lt;/code&gt;&lt;/pre&gt;</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 &lt;flat_map&gt; and &lt;flat_set&gt;</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">&lt;pre&gt;&lt;code&gt;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;amp; comp) // (2) C++23
1086-
&lt;/code&gt;&lt;/pre&gt;</summary>
1087-
1088-
<author>
1089-
<name>suomesta</name>
1090-
<email>shawn316michaels@gmail.com</email>
1091-
</author>
1092-
</entry>
1093-
10941030
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11280,7 +11280,7 @@
1128011280

1128111281
<url>
1128211282
<loc>https://cpprefjp.github.io/reference/iterator/is_integer_like.html</loc>
11283-
<lastmod>2026-02-24T12:41:50+09:00</lastmod>
11283+
<lastmod>2026-02-24T23:01:12+09:00</lastmod>
1128411284
<changefreq>daily</changefreq>
1128511285
<priority>0.7</priority>
1128611286
</url>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)