Skip to content

Commit 6563c29

Browse files
committed
stacktrace_entry::dsecription : この関数では関数名を取得できること、取得できない場合があることを記載
1 parent 0a2aa08 commit 6563c29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/stacktrace/stacktrace_entry/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ string description() const; // (1) C++23
1313
## 概要
1414
このオブジェクトを説明する文字列を取得する。
1515

16+
この関数は、関数名の文字列が返ることが想定される。ただし、コンパイラの最適化によって関数名の情報が取得できない可能性がある。
17+
1618

1719
## 戻り値
1820
`*this`で表される評価の説明、または空文字列を返す。

0 commit comments

Comments
 (0)