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

履歴 編集

function
<exception>

std::nested_exception::デストラクタ(C++11)

virtual ~nested_exception() = default;           // (1) C++11
constexpr virtual ~nested_exception() = default; // (1) C++26

概要

nested_exceptionオブジェクトを破棄する。

例外

投げない

関連項目