Skip to content

Commit e43bfae

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7e000df commit e43bfae

File tree

5 files changed

+7899
-7898
lines changed

5 files changed

+7899
-7898
lines changed

reference/stacktrace/stacktrace_entry/description.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
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="2024-06-18T10:19:29">
204+
2024年06月18日 10時19分29秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -230,6 +230,7 @@
230230
</p>
231231
<h2>概要</h2>
232232
<p>このオブジェクトを説明する文字列を取得する。</p>
233+
<p>この関数は、関数名の文字列が返ることが想定される。ただし、コンパイラの最適化によって関数名の情報が取得できない可能性がある。</p>
233234
<h2>戻り値</h2>
234235
<p><code>*this</code>で表される評価の説明、または空文字列を返す。</p>
235236
<h2>例外</h2>

rss.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-06-18T06:24:55.323854</updated>
6-
<id>4e560b47-c608-431a-8ddf-c8833b001712</id>
5+
<updated>2024-06-18T10:22:29.705871</updated>
6+
<id>bb0bb3c7-fb3a-4349-918d-73b323025506</id>
77

88

9+
<entry>
10+
<title>description -- stacktrace_entry::dsecription : この関数では関数名を取得できること、取得できない場合があることを記載</title>
11+
<link href="https://cpprefjp.github.io/reference/stacktrace/stacktrace_entry/description.html"/>
12+
<id>6563c2907bb5d60e9fadabdb88b2aebbd17d4fcb:reference/stacktrace/stacktrace_entry/description.md</id>
13+
<updated>2024-06-18T19:19:29+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stacktrace/stacktrace_entry/description.md b/reference/stacktrace/stacktrace_entry/description.md
16+
index 37c299bbe..1b70e02fd 100644
17+
--- a/reference/stacktrace/stacktrace_entry/description.md
18+
+++ b/reference/stacktrace/stacktrace_entry/description.md
19+
@@ -13,6 +13,8 @@ string description() const; // (1) C++23
20+
## 概要
21+
このオブジェクトを説明する文字列を取得する。
22+
23+
+この関数は、関数名の文字列が返ることが想定される。ただし、コンパイラの最適化によって関数名の情報が取得できない可能性がある。
24+
+
25+
26+
## 戻り値
27+
`*this`で表される評価の説明、または空文字列を返す。
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Akira Takahashi</name>
32+
<email>faithandbrave@gmail.com</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>split_view -- split_viewの外側rangeは常に.back()を持たない</title>
1138
<link href="https://cpprefjp.github.io/reference/ranges/split_view.html"/>
@@ -762,31 +789,4 @@ index e0e607efa..475f3d414 100644
762789
</author>
763790
</entry>
764791

765-
<entry>
766-
<title>conj-if-needed -- linalg : conj-if-neededの概要を修正 (#1233)</title>
767-
<link href="https://cpprefjp.github.io/reference/linalg/conj-if-needed.html"/>
768-
<id>d8117d886c863b329694a192731ddd37f700e6e4:reference/linalg/conj-if-needed.md</id>
769-
<updated>2024-06-18T14:28:49+09:00</updated>
770-
771-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/linalg/conj-if-needed.md b/reference/linalg/conj-if-needed.md
772-
index 0046a563b..ca2011d3d 100644
773-
--- a/reference/linalg/conj-if-needed.md
774-
+++ b/reference/linalg/conj-if-needed.md
775-
@@ -9,7 +9,7 @@
776-
777-
型`T`の式`E`に対して、式`conj-if-needed(E)`は次と等価である。
778-
779-
-- `T`が算術型かつ式`conj(E)`が下記宣言を含むコンテキストにおいてオーバーロード解決を行った結果が妥当であるとき、`conj(E)`
780-
+- `T`が算術型でなく、式`conj(E)`が下記宣言を含むコンテキストにおいてオーバーロード解決を行った結果が妥当であるとき、`conj(E)`
781-
```cpp
782-
template&amp;lt;class T&amp;gt; T conj(const T&amp;amp;) = delete;
783-
```
784-
&lt;/code&gt;&lt;/pre&gt;</summary>
785-
786-
<author>
787-
<name>Yuya Asano</name>
788-
<email>64895419+sukeya@users.noreply.github.com</email>
789-
</author>
790-
</entry>
791-
792792
</feed>

0 commit comments

Comments
 (0)