Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 504 Bytes

File metadata and controls

22 lines (16 loc) · 504 Bytes

デストラクタ

  • exception[meta header]
  • std[meta namespace]
  • nested_exception[meta class]
  • function[meta id-type]
  • cpp11[meta cpp]
virtual ~nested_exception() = default;           // (1) C++11
constexpr virtual ~nested_exception() = default; // (1) C++26

概要

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

例外

投げない

関連項目