Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 729 Bytes

File metadata and controls

35 lines (24 loc) · 729 Bytes

デストラクタ

  • functional[meta header]
  • std[meta namespace]
  • copyable_function[meta class]
  • function[meta id-type]
  • cpp26[meta cpp]
~copyable_function();

概要

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

効果

*thisが有効な関数ポインタ、メンバポインタ、もしくは関数オブジェクトを持っている場合、その関数を解放する。

例外

投げない

バージョン

言語

  • C++26

処理系

参照