- 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
- GCC: 4.3.6
- Clang: 3.0
- ICC: ?
- Visual C++: 2008 (TR1), 2010, 2012, 2013