Skip to content

Commit 5fbfd25

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent a8cb66d commit 5fbfd25

File tree

9 files changed

+420
-123
lines changed

9 files changed

+420
-123
lines changed

reference/utility/pair/op_constructor.html

Lines changed: 4 additions & 4 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="2025-07-14T14:04:00">
204-
2025年07月14日 14時04分00秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -320,7 +320,7 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成
320320
</ul>
321321
</li>
322322
<li>(6)-(10) :<ul>
323-
<li>C++23 : <code>FWD(u)</code><code>static_cast&lt;deccltype(u)&gt;(u)</code>と定義して、<code><a href="../../type_traits/is_constructible.html">is_constructible_v</a>&lt;first_type, decltype(<a href="get.html">get</a>&lt;0&gt;(FWD(p)))&gt; &amp;&amp; <a href="../../type_traits/is_constructible.html">is_constructible_v</a>&lt;second_type, decltype(<a href="get.html">get</a>&lt;1&gt;(FWD(p)))&gt;</code>であること</li>
323+
<li>C++23 : <code>FWD(u)</code><code>static_cast&lt;decltype(u)&gt;(u)</code>と定義して、<code><a href="../../type_traits/is_constructible.html">is_constructible_v</a>&lt;first_type, decltype(<a href="get.html">get</a>&lt;0&gt;(FWD(p)))&gt; &amp;&amp; <a href="../../type_traits/is_constructible.html">is_constructible_v</a>&lt;second_type, decltype(<a href="get.html">get</a>&lt;1&gt;(FWD(p)))&gt;</code>であること</li>
324324
</ul>
325325
</li>
326326
<li>(7) :<ul>

reference/valarray/gslice_array/op_right_shift_assign.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -231,7 +231,7 @@
231231
<h2>概要</h2>
232232
<p>右シフトの複合代入を行う。</p>
233233
<h2>効果</h2>
234-
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ左シフトする</p>
234+
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ右シフトする</p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
236236
<p>なし</p>
237237
<h2>備考</h2>

reference/valarray/indirect_array/op_right_shift_assign.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -231,7 +231,7 @@
231231
<h2>概要</h2>
232232
<p>右シフトの複合代入を行う。</p>
233233
<h2>効果</h2>
234-
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ左シフトする</p>
234+
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ右シフトする</p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
236236
<p>なし</p>
237237
<h2>備考</h2>

reference/valarray/mask_array/op_right_shift_assign.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -231,7 +231,7 @@
231231
<h2>概要</h2>
232232
<p>右シフトの複合代入を行う。</p>
233233
<h2>効果</h2>
234-
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ左シフトする</p>
234+
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ右シフトする</p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
236236
<p>なし</p>
237237
<h2>備考</h2>

reference/valarray/slice_array/op_right_shift_assign.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -231,7 +231,7 @@
231231
<h2>概要</h2>
232232
<p>右シフトの複合代入を行う。</p>
233233
<h2>効果</h2>
234-
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ左シフトする</p>
234+
<p>元となる <code><a href="../valarray.html">valarray</a></code> オブジェクトから参照によって抽出した各要素を、<code>xs</code> の各要素の値だけ右シフトする</p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
236236
<p>なし</p>
237237
<h2>備考</h2>

reference/valarray/valarray/op_greater_equal.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/valarray/valarray/op_greater_equal.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="`valarray`において、左辺が右辺以上を判定する" />
31+
<meta property="og:description" content="`valarray`において、左辺が右辺以上かを判定する" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="operator&gt;= - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/valarray/valarray/op_greater_equal.html" />
35-
<meta name="twitter:description" content="`valarray`において、左辺が右辺以上を判定する" />
35+
<meta name="twitter:description" content="`valarray`において、左辺が右辺以上かを判定する" />
3636

3737

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-07-08T16:20:28">
204-
2025年07月08日 16時20分28秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
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">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -247,7 +247,7 @@
247247
</code></pre></div>
248248
</p>
249249
<h2>概要</h2>
250-
<p><code>valarray</code>において、左辺が右辺以上を判定する</p>
250+
<p><code>valarray</code>において、左辺が右辺以上かを判定する</p>
251251
<ul>
252252
<li>(1) : <code>xs</code>の各要素が、<code>ys</code>の各要素以上かを判定する。</li>
253253
<li>(2) : <code>xs</code>の各要素が、<code>y</code>以上かを判定する。</li>

reference/valarray/valarray/swap.html

Lines changed: 4 additions & 4 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="2025-07-11T17:16:44">
204-
2025年07月11日 17時16分44秒
203+
<span itemprop="datePublished" content="2025-08-23T08:41:29">
204+
2025年08月23日 08時41分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">Koichi Murase</span>
208+
<span itemprop="name">Shunya</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -231,7 +231,7 @@
231231
<h2>概要</h2>
232232
<p>他の<code>valarray</code>オブジェクトと値を入れ替える。</p>
233233
<h2>効果</h2>
234-
<p><code>*this</code>の内容を<code>x</code>と交換する。</p>
234+
<p><code>*this</code>の内容を<code>v</code>と交換する。</p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Complexity。関数が使うアルゴリズムの空間計算量・時間計算量">計算量</a></h2>
236236
<p>定数時間</p>
237237
<h2></h2>

0 commit comments

Comments
 (0)