• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <memory>

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

    ~weak_ptr();
    

    weak_ptrオブジェクトの破棄

    監視しているshared_ptrオブジェクトにとくに影響を与えずにweak_ptrオブジェクトを破棄する。

    バージョン

    言語

    • C++11

    処理系