Optional.notPresent

Determines if a value is not present.

struct Optional(T)
const
bool
notPresent
()

Return Value

Type: bool

True if the value is not present.

Meta