Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 847 Bytes

File metadata and controls

29 lines (20 loc) · 847 Bytes

デストラクタ

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

概要

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

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

例外

投げない

関連項目

参照