Generic Instance Method 総称体インスタンスメソッド

withUnsafeMutablePointerToHeader(_:)

Call body with an UnsafeMutablePointer to the stored Header. この格納HeaderへのUnsafeMutablePointerを使ってbodyを呼び出します。

Declaration 宣言

func withUnsafeMutablePointerToHeader<R>(_ body: (UnsafeMutablePointer<Header>) throws -> R) rethrows -> R

Discussion 解説

See Also 参照

Accessing Buffer Contents バッファ内容にアクセスする