Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 641 Bytes

File metadata and controls

29 lines (22 loc) · 641 Bytes

operator=

  • memory[meta header]
  • std[meta namespace]
  • enable_shared_from_this[meta class]
  • function[meta id-type]
  • cpp11[meta cpp]
enable_shared_from_this& operator=(const enable_shared_from_this&) noexcept;

概要

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

戻り値

*this

バージョン

言語

  • C++11

処理系