The typed pointer to convert. If other
is nil
, the result is nil
.
変換されることになる型付ポインタ。other
がnil
ならば、結果は、nil
です。
Initializer
init(_:)
Creates a new pointer from the given pointer.
新しいボインタをこの与えられたポインタから作成します。
Availability
- iOS 14.5+
- iPadOS 14.5+
- macOS 11.3+
- Mac Catalyst 14.5+
- tvOS 14.5+
- watchOS 7.4+
- Xcode 12.5+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init?(_ other: AutoreleasingUnsafeMutablePointer
<Pointee>?)
Parameters パラメータ
other