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

withUnsafeMutablePointerToHeader(_:)

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

Declaration 宣言

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

Discussion 解説