Contents

AtomicOptionalRepresentable

An atomic value that also supports atomic operations when wrapped in an Optional. Atomic optional representable types come with a standalone atomic representation for their optional-wrapped variants.

Declaration

protocol AtomicOptionalRepresentable : AtomicRepresentable

Topics

Associated Types

Type Methods

See Also

Atomic Values