• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <memory>

    std::enable_shared_from_this::operator=

    enable_shared_from_this& operator=(const enable_shared_from_this&) noexcept;
    

    概要

    何もしない。
    保持するポインタ(thisを指すweak_ptr<T>)は変更されない。

    戻り値

    *this

    バージョン

    言語

    • C++11

    処理系