Optional.isPresent

struct Optional(T)
nothrow const
bool
isPresent
()

Return Value

Type: bool

Whether this Optional contains a value

Meta