2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<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 >
7
7
8
8
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" >< pre>< code> 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
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >Akira Takahashi</name >
32
+ <email >faithandbrave@gmail.com</email >
33
+ </author >
34
+ </entry >
35
+
9
36
<entry >
10
37
<title >split_view -- split_viewの外側rangeは常に.back()を持たない</title >
11
38
<link href =" https://cpprefjp.github.io/reference/ranges/split_view.html" />
@@ -762,31 +789,4 @@ index e0e607efa..475f3d414 100644
762
789
</author >
763
790
</entry >
764
791
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" >< pre>< code> 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& lt;class T& gt; T conj(const T& amp;) = delete;
783
- ```
784
- < /code>< /pre> </summary >
785
-
786
- <author >
787
- <name >Yuya Asano</name >
788
- <email >64895419+sukeya@users.noreply.github.com</email >
789
- </author >
790
- </entry >
791
-
792
792
</feed >
0 commit comments