• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <memory>

    std::inout_ptr_t::operator Pointer*

    operator Pointer*() const noexcept;
    

    概要

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

    事前条件

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

    戻り値

    addressof(const_cast<Pointer&>(p))

    例外

    投げない

    バージョン

    言語

    • C++23

    処理系

    関連項目

    参照