Discussion 解説
Note 注意
This pointer is valid only for the duration of the call to body
.
このポインタは、ただbody
への呼び出しの間にのみ有効とされます。
body
with an UnsafeMutablePointer
to the stored Header
.
この格納Header
へのUnsafeMutablePointer
を使ってbody
を呼び出します。
Availability
Technology
final func withUnsafeMutablePointerToHeader<R>(_ body: (UnsafeMutablePointer
<Header>) throws -> R) rethrows -> R
Note 注意
This pointer is valid only for the duration of the call to body
.
このポインタは、ただbody
への呼び出しの間にのみ有効とされます。