var hasValue: Bool { get }
s3Cxx0A8OptionalPAAE8hasValueSbvp
52ZAC
import Cxx
protocol CxxOptional<Wrapped> : ExpressibleByNilLiteral
@frozen struct Bool
A value type whose instances are either true or false.
true
false
init(nilLiteral: ())
var value: Self.Wrapped? { get }