Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 454 Bytes

File metadata and controls

21 lines (15 loc) · 454 Bytes

デストラクタ

  • exception[meta header]
  • std[meta namespace]
  • bad_exception[meta class]
  • function[meta id-type]
virtual ~bad_exception();           // (1) C++03
constexpr virtual ~bad_exception(); // (1) C++26

概要

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

例外

投げない

関連項目