Skip to content

Commit c56bbcb

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent bb8c082 commit c56bbcb

File tree

9 files changed

+964
-315
lines changed

9 files changed

+964
-315
lines changed

reference/string/basic_string.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-08-15T04:13:14">
192-
2024年08月15日 04時13分14秒
191+
<span itemprop="datePublished" content="2025-11-10T13:21:07">
192+
2025年11月10日 13時21分07秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -630,6 +630,11 @@ <h3>文字列の操作</h3>
630630
<td></td>
631631
</tr>
632632
<tr>
633+
<td><code><a href="basic_string/subview.html">subview</a></code></td>
634+
<td>部分文字列の<code><a href="../string_view/basic_string_view.html">std::basic_string_view</a></code>を構築する</td>
635+
<td>C++26</td>
636+
</tr>
637+
<tr>
633638
<td><code><a href="basic_string/compare.html">compare</a></code></td>
634639
<td>他の文字列との比較を行う</td>
635640
<td></td>

reference/string/basic_string/subview.html

Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.

reference/string_view/basic_string_view.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-08-24T16:54:17">
192-
2025年08月24日 16時54分17秒
191+
<span itemprop="datePublished" content="2025-11-10T13:21:07">
192+
2025年11月10日 13時21分07秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Raclamusi</span>
196+
<span itemprop="name">suomesta</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -431,6 +431,11 @@ <h3>文字列の操作</h3>
431431
<td>C++17</td>
432432
</tr>
433433
<tr>
434+
<td><code><a href="basic_string_view/subview.html">subview</a></code></td>
435+
<td>部分文字列を取得する</td>
436+
<td>C++26</td>
437+
</tr>
438+
<tr>
434439
<td><code><a href="basic_string_view/compare.html">compare</a></code></td>
435440
<td>他の文字列との比較を行う</td>
436441
<td>C++17</td>

reference/string_view/basic_string_view/substr.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2025-11-10T13:21:07">
204+
2025年11月10日 13時21分07秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Akira Takahashi</span>
208+
<span itemprop="name">suomesta</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -272,6 +272,10 @@ <h3>処理系</h3>
272272
<li><a href="../../../implementation.html#gcc">GCC</a>: 7.1 <span aria-label="検証済" role="img" title="検証済"></span></li>
273273
<li><a href="../../../implementation.html#icc">ICC</a>: ??</li>
274274
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
275+
</ul>
276+
<h2>関連項目</h2>
277+
<ul>
278+
<li><code><a href="subview.html">subview</a></code></li>
275279
</ul></div>
276280

277281
</div>

reference/string_view/basic_string_view/subview.html

Lines changed: 311 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)