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

履歴 編集

function
<memory>

std::out_ptr_t::operator Pointer*(C++23)

operator Pointer*() const noexcept;

概要

Pointer型の説明用メンバ変数へのポインタを取得する。

事前条件

*thisoperator void**()が呼び出されていないこと

戻り値

addressof(const_cast<Pointer&>(p))

例外

投げない

バージョン

言語

  • C++23

処理系

関連項目

参照