operator Pointer*() const noexcept;
概要
Pointer
型の説明用メンバ変数へのポインタを取得する。
事前条件
*this
のoperator void**()
が呼び出されていないこと
戻り値
addressof(const_cast<Pointer&>(p))
例外
投げない
バージョン
言語
- C++23
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??
operator Pointer*() const noexcept;
Pointer
型の説明用メンバ変数へのポインタを取得する。
*this
のoperator void**()
が呼び出されていないこと
addressof(const_cast<Pointer&>(p))
投げない