• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <functional>

    std::move_only_function::デストラクタ

    ~move_only_function();
    

    概要

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

    効果

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

    例外

    投げない

    バージョン

    言語

    • C++23

    処理系

    参照