Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.06 KB

File metadata and controls

47 lines (32 loc) · 1.06 KB

operator Pointer*

  • memory[meta header]
  • std[meta namespace]
  • out_ptr_t[meta class]
  • function[meta id-type]
  • cpp23[meta cpp]
operator Pointer*() const noexcept; // (1) C++23
constexpr
operator Pointer*() const noexcept; // (1) C++26

概要

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

事前条件

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

戻り値

addressof(const_cast<Pointer&>(p))

例外

投げない

バージョン

言語

  • C++23

処理系

関連項目

参照