init(nilLiteral: ())
s3Cxx0A8OptionalPAAE10nilLiteralxyt_tcfc
9PW1D
import Cxx
protocol CxxOptional<Wrapped> : ExpressibleByNilLiteral
Creates an instance initialized with nil.
nil
var hasValue: Bool { get }
var value: Self.Wrapped? { get }