Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 859 Bytes

File metadata and controls

29 lines (20 loc) · 859 Bytes

デストラクタ

  • stdexcept[meta header]
  • std[meta namespace]
  • underflow_error[meta class]
  • function[meta id-type]
virtual ~underflow_error();           // (1) C++98
constexpr virtual ~underflow_error(); // (1) C++26

概要

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

このデストラクタは暗黙的に定義され、基底クラスstd::exceptionの仮想デストラクタをオーバーライドする。

例外

投げない

関連項目

参照