Skip to content

Commit 2b65950

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent e71237b commit 2b65950

File tree

4 files changed

+1753
-70
lines changed

4 files changed

+1753
-70
lines changed

reference/chrono.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2020-11-19T05:42:25">
180-
2020年11月19日 05時42分25秒
179+
<span itemprop="datePublished" content="2024-06-20T09:40:21">
180+
2024年06月20日 09時40分21秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Akira Takahashi</span>
184+
<span itemprop="name">yoh</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -551,7 +551,7 @@ <h2>カレンダー型</h2>
551551
<tbody>
552552
<tr>
553553
<td><code><a href="chrono/last_spec.html">last_spec</a></code></td>
554-
<td>月の最終日、週の最終日など、文脈に応じた「最後」を表す型 (class)</td>
554+
<td>月の最終日、月の最終曜日など、文脈に応じた「最後」を表す型 (class)</td>
555555
<td>C++20</td>
556556
</tr>
557557
<tr>
@@ -893,7 +893,7 @@ <h3>最後</h3>
893893
<tbody>
894894
<tr>
895895
<td><code><a href="chrono/last_spec.html">last</a></code></td>
896-
<td>月の最終日、週の最終日など、文脈に応じた「最後」を表す定数 (variable)</td>
896+
<td>月の最終日、月の最終曜日など、文脈に応じた「最後」を表す定数 (variable)</td>
897897
<td>C++20</td>
898898
</tr>
899899
</tbody>

reference/chrono/last_spec.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/chrono/last_spec.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="`last_spec`は、月の最終日、週の最終日など、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。" />
31+
<meta property="og:description" content="`last_spec`は、月の最終日、月の最終曜日など、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="last_spec - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/chrono/last_spec.html" />
35-
<meta name="twitter:description" content="`last_spec`は、月の最終日、週の最終日など、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。" />
35+
<meta name="twitter:description" content="`last_spec`は、月の最終日、月の最終曜日など、文脈に応じた「最後」を表す型である。その型の値として`last`が定義される。" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2024-06-20T09:40:21">
192+
2024年06月20日 09時40分21秒
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>
@@ -223,7 +223,7 @@
223223
</code></pre></div>
224224
</p>
225225
<h2>概要</h2>
226-
<p><code>last_spec</code>は、月の最終日、週の最終日など、文脈に応じた「最後」を表す型である。その型の値として<code>last</code>が定義される。</p>
226+
<p><code>last_spec</code>は、月の最終日、月の最終曜日など、文脈に応じた「最後」を表す型である。その型の値として<code>last</code>が定義される。</p>
227227
<h2>非メンバ関数</h2>
228228
<h3>カレンダー構文演算子</h3>
229229
<table border="1" bordercolor="#888" style="border-collapse:collapse">

0 commit comments

Comments
 (0)