- 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++26Pointer型の説明用メンバ変数へのポインタを取得する。
*thisのoperator void**()が呼び出されていないこと
addressof(const_cast<Pointer&>(p))
投げない
- C++23
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??