Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::stacktrace_entry::stacktrace_entry

      From cppreference.com
      <cpp‎ |utility‎ |stacktrace entry
       
       
      Diagnostics library
       
       
      constexpr stacktrace_entry()noexcept;
      (1)(since C++23)
      constexpr stacktrace_entry(const stacktrace_entry& other)noexcept;
      (2)(since C++23)
      1) Default constructor. Creates an emptystacktrace_entry.
      2) Copy constructor. Creates a copy ofother.

      Contents

      [edit]Parameters

      other - anotherstacktrace_entry to copy from

      [edit]Notes

      A non-emptystacktrace_entry can be obtained from astd::basic_stacktrace created bystd::basic_stacktrace::current or a copy of suchstd::basic_stacktrace.

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      constructs a newsource_location with implementation-defined values
      (public member function ofstd::source_location)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/utility/stacktrace_entry/stacktrace_entry&oldid=126207"

      [8]ページ先頭

      ©2009-2025 Movatter.jp