• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <rcu>

    std::rcu_obj_base::operator=

    protected:
      rcu_obj_base& operator=(const rcu_obj_base&) = default; // (1)
      rcu_obj_base& operator=(rcu_obj_base&&) = default; // (2)
    

    概要

    • (1): コピー代入演算子
    • (2): ムーブ代入演算子

    バージョン

    言語

    • C++26

    処理系

    参照