- memory[meta header]
- std[meta namespace]
- inout_ptr_t[meta class]
- function[meta id-type]
- cpp23[meta cpp]
operator Pointer*() const noexcept;
Pointer
型の説明用メンバ変数へのポインタを取得する。
*this
のoperator void**()
が呼び出されていないこと
addressof
(const_cast<Pointer&>(p))
投げない
- C++23
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??