var value: Self.Wrapped? { get }
s3Cxx0A8OptionalPAAE5value7WrappedQzSgvp
4SJAW
import Cxx
protocol CxxOptional<Wrapped> : ExpressibleByNilLiteral
associatedtype Wrapped
init(nilLiteral: ())
var hasValue: Bool { get }