👩💻 Join our community of thousands of amazing developers!
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`が...