• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <stacktrace>

    std::stacktrace_entry::コンストラクタ

    constexpr stacktrace_entry() noexcept;                    // (1) C++23
    
    constexpr
    stacktrace_entry(const stacktrace_entry& other) noexcept; // (2) C++23
    

    概要

    stacktrace_entryオブジェクトを構築する。

    事後条件

    • (1) : *thisが空になること

    バージョン

    言語

    • C++23

    処理系