Type Aliasswift 6.0.3Synchronization->Swift
AtomicOptionalRepresentation
- iOS
- 18.0+
- macOS
- 15.0+
- tvOS
- 18.0+
- visionOS
- 2.0+
- watchOS
- 11.0+
typealias AtomicOptionalRepresentation
typealias AtomicOptionalRepresentation
sSP15SynchronizationRi_zrlE28AtomicOptionalRepresentationa
What are these?1UG57
import Swift
import Synchronization
@frozen struct UnsafePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing data of a specific type.
static func decodeAtomicOptionalRepresentation(_ representation: consuming UnsafePointer<Pointee>.AtomicOptionalRepresentation) -> UnsafePointer<Pointee>?
static func decodeAtomicRepresentation(_ representation: consuming UnsafePointer<Pointee>.AtomicRepresentation) -> UnsafePointer<Pointee>
static func encodeAtomicOptionalRepresentation(_ value: consuming UnsafePointer<Pointee>?) -> UnsafePointer<Pointee>.AtomicOptionalRepresentation
static func encodeAtomicRepresentation(_ value: consuming UnsafePointer<Pointee>) -> UnsafePointer<Pointee>.AtomicRepresentation
typealias AtomicRepresentation