Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 900 Bytes

op_pointer.md

File metadata and controls

44 lines (29 loc) · 900 Bytes

operator Pointer*

  • memory[meta header]
  • std[meta namespace]
  • inout_ptr_t[meta class]
  • function[meta id-type]
  • cpp23[meta cpp]
operator Pointer*() const noexcept;

概要

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

事前条件

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

戻り値

addressof(const_cast<Pointer&>(p))

例外

投げない

バージョン

言語

  • C++23

処理系

関連項目

参照