👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/stacktrace/stacktrace_entry/op_constructor.md b/reference/stacktrace/stacktrace_entry/op_constructor.md new file mode 100644 index 000000000..7780923e2 --- /dev/null +++ b/reference/stacktrace/stacktrace_entry/op_constructor.md @@ -0,0 +1,33 @@ +# コンストラクタ +* stacktrace[meta header] +* std[meta namespace] +* stacktrace_entry[meta class] +* function[meta id-type] +* cpp23[meta cpp] + +```cpp +constexpr stacktrace_entry() noexcept; // (1) C++23 + +constexpr...