The opaque pointer to convert to a typed pointer. If from
is nil
, the result of this initializer is nil
.
型付ポインタに変換されることになる不透明ポインタ。from
がnil
ならば、このイニシャライザの結果は、nil
です。
Initializer
init(_:)
Creates a new typed pointer from the given opaque 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?(_ from: OpaquePointer
?)
Parameters パラメータ
from