operator bool -- stacktrace_entry : native_handleとoperator boolを追加

1 · cpprefjp · May 13, 2024, 10:33 a.m.
diff --git a/reference/stacktrace/stacktrace_entry/op_bool.md b/reference/stacktrace/stacktrace_entry/op_bool.md new file mode 100644 index 000000000..28a6af0b3 --- /dev/null +++ b/reference/stacktrace/stacktrace_entry/op_bool.md @@ -0,0 +1,61 @@ +# operator bool +* stacktrace[meta header] +* std[meta namespace] +* stacktrace_entry[meta class] +* function[meta id-type] +* cpp23[meta cpp] + +```cpp +constexpr explicit operator bool() const noexcept; // (1) C++23 +``` + +## 概要 +`stacktrace_entry`が...