~enable_shared_from_this(); // (1) C++11
constexpr ~enable_shared_from_this(); // (1) C++26
概要
*thisを破棄する。
バージョン
言語
- C++11
処理系
- GCC: 4.3.6 ✅
- Clang: 3.0 ✅
- ICC: ?
- Visual C++: 2008 (TR1) ✅, 2010 ✅, 2012 ✅, 2013 ✅
~enable_shared_from_this(); // (1) C++11
constexpr ~enable_shared_from_this(); // (1) C++26
*thisを破棄する。