Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 505 Bytes

op_destructor.md

File metadata and controls

23 lines (16 loc) · 505 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オブジェクトを破棄する。

例外

投げない

関連項目